Does anyone know how/if a program can get the integer returned
by a program when using SHELL to execute the program (using
pb 3.1)?
For example:
'Program x launches program y.
shell "\bin\y.exe"
'Program y returns 1 (END 1).
'How does program x retrieve this value?
Thanks in advance,
Dave
by a program when using SHELL to execute the program (using
pb 3.1)?
For example:
'Program x launches program y.
shell "\bin\y.exe"
'Program y returns 1 (END 1).
'How does program x retrieve this value?
Thanks in advance,
Dave
Comment