Skip to main content
Hi, does anyone know how to configure multiple inputs in VBScript function in AA360?

Example:

How should the parameters be entered in VBScript: Run function? List or string? 
variables separated by (, or # or ; or ??? how??)

and 

VBScript: Open 

Manual input

 

Function sum(Num1)     It's okay when it's a single variable.

but 

 

 Function sum(Num1,Num2, Var3)????     but for multiple variables, how?

 

I would greatly appreciate your help


  

 

use log to file write all you code ,

for

Varaiables create  them according to your requirment Ex:  $Num1$,$Num2$ 

then use Run VB script action

 


Reply