1. How use system_exec("euc "...... Ee403

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

new topic     » topic index » view message » categorize

2. Re: How use system_exec("euc "...... Ee403

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

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu