How can I get return values from an external application?
err = baRunProgram( externalApp, waitState )
-- or
err = baShell("open",externalApp,args,EMPTY,"normal" )
Of course these BudAPI functions let me run an external app, and they
return their own status values, but I need something like this:
howMany = Run( "GetHowMany.exe", parm1, etc )
What am I missing? Thanks for any direction.
/*********************************
* Rob Wingate, Software Human *
* http://www.vingage.com *
* mailto:[EMAIL PROTECTED] *
*********************************/
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]