08-04-2010, 12:56 AM
Hi,
Can anybody give the sample code for returning multiple values for an Action.
here, it is returning a single value... But, Action returns multiple values how it will return multiple values. please give me the sample code.
Can anybody give the sample code for returning multiple values for an Action.
Code:
Dim retval
retval=RunAction("Action1",OneIteration)
msgbox "Returned value of the Action is : " & Chr(32) & retval
' it will return xxxxxxx value
ExitAction(xxxxxx)
here, it is returning a single value... But, Action returns multiple values how it will return multiple values. please give me the sample code.