Guest Beebop Report post Posted 07/26/2004 03:00 PM Does anyone know if it is possible to use the f(x) to assign multiple result variables within the same block? something like Expression to evaluate = whatever and assign result to the following result variable = $RV[whatever1], $RV[whatever2], $RV[whatever3] any Ideas? thanks Share this post Link to post
SupportTeam Report post Posted 07/26/2004 08:57 PM To set values of multiple Result Variables you're best to use a Run VB Script module. You can then use either the COM functions RvSet or RvSet_RvList, or you could return multiple RVs as part of the Run_ResultREturn or Script_Return or Script_Goto or Script_Gosub functions. Share this post Link to post
Guest Beebop Report post Posted 07/28/2004 02:35 PM Thanks for pointing me in the right direction, I would have been there for hours trying to use the F(x) mod. Appreciate your time. Thanks Share this post Link to post