Guest Guest_rechatin Report post Posted 03/17/2005 01:23 PM How do I create an array in the script? I want to create an array and change the value of it throughout the script, changing it in the evaluate module. Is it possible? Share this post Link to post
SupportTeam Report post Posted 03/17/2005 07:44 PM Just create an array by including an index number within the name of the RV you create, eg: create these vars: $RV[MyValue_1], $RV[MyValue_2], $RV[MyValue_3], $RV[MyValue_4] etc... Share this post Link to post