What am I doing wrong with System_exec?
- Posted by tiger0581 Sep 05, 2009
- 1104 views
Hello. What is wrong with the following line? error_code=system_exec("say "&text,2) Text is the variable with text I want to pass to the Mac OS 10 "say" command.
Sh gives me the following error when I run the Euphoria program with that line: sh: -c: line 1: syntax error: unexpected end of file Thanks.