I have a third party function that does a process I pass it some parameters in the sParams string and then it returns a number of parameters in a result string.
How can I get just the parameters out of the Result variable?
Call pressLink(Me.hwnd, sParams, Result)
How can I get just the parameters out of the Result variable?
Call pressLink(Me.hwnd, sParams, Result)