Posted: Fri Nov 01, 2002 3:23 pm
Restored from previous forum. Originally posted by blueb.
I have a DLL and one of it's procedures is:
AppPath() ;supposed to return a string: "c:\bob\"
Using CallFuntion() or CallFunctionFast()... all I get for
return values are numeric. Not string values. The help file
simply states:
Regards,
--blueb
I have a DLL and one of it's procedures is:
AppPath() ;supposed to return a string: "c:\bob\"
Using CallFuntion() or CallFunctionFast()... all I get for
return values are numeric. Not string values. The help file
simply states:
How can I return string values from CallFunction() or CallFunctionFast()?'Result' contains the result of the called function."
Regards,
--blueb