1. How use system_exec("euc "...... Ee403
- Posted by sergelli Oct 21, 2011
- 35690 views
Hello
Please see these lines of code
VOID = system_exec("euc " & target, 1) -- this not works system("euc " & target, 1) -- This works fine
But I need the result of the VOID
What should I do to use the first option as well?
Thanks
Sergio
2. Re: How use system_exec("euc "...... Ee403
- Posted by dcole Oct 28, 2011
- 35562 views
sergelli said...
Hello
Please see these lines of code
VOID = system_exec("euc " & target, 1) -- this not works system("euc " & target, 1) -- This works fine
But I need the result of the VOID
What should I do to use the first option as well?
Thanks
Sergio
Hello Sergio,
VOID = system_exec("euc " & target, 1)
?VOID
i=wait_key()
Hope this helps.
Don Cole