How can I feed a script a multiple value parameter? I want to do something like this:
c:\inetpub\scripts\texis inparam=1,2,3 testscript
Is this the correct way of sending this parameter? I want eventually use these values in a where clause inside the script like in the following statement:
<sql "select * from tbl where val in $inparam"></sql>
c:\inetpub\scripts\texis inparam=1,2,3 testscript
Is this the correct way of sending this parameter? I want eventually use these values in a where clause inside the script like in the following statement:
<sql "select * from tbl where val in $inparam"></sql>