Forum Discussion

marcosatanaka's avatar
marcosatanaka
New Contributor
13 years ago

Variable Number of Parameters in Script test

There's a way to create a function in a Script file that receives a Variable Number of Parameters?



Obs: I'm using VB as a programing language.

3 Replies

  • gid_216's avatar
    gid_216
    Frequent Contributor
    Hi Marcos,



    As Tom suggestes, you can add the data to an array, pass the array to the function and based on the ubound of the array, you can process the data from array.





    Regards,

    Deepak



  • I'm wondering if you tried using an array of parameters.