... Using the SHELL command no, but you can use POPEN. For example: popen "ls" for input as #1 while not eof(#1) line input #1, l$ print l$ wend close #1 ...
... command? For example if I am using SHELL ("zenity") can the returned value be stored? ... variables. ... Okay. That's what I wanted to know, thank you. But
... The return code of the last command executed is stored on sysvar 24. Try this (in a system with a sh-like shell): result = sysvarptr + 24 shell "return 1"
Hi, I just wanted to know if it is possible to get values with the SHELL command? For example if I am using SHELL ("zenity") can the returned value be stored?