View Single Post
  #2  
Old 10-25-2006, 08:56 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,032
Re: Using variable args in the Script Editor (VBuild 6)

Quote:
Originally posted by FrankP
Is this possible? I am trying to port some WSH scripts into the Script Engine, and a lot of them parse the last arg in the parameter list.
One way would be to pass an array as the last argument, then parse the array in the function.

Quote:
Alternately, is there some way to call external scripts to set macros, etc., using the [] notation?
You could create a script function which shells to cscript and call that from a script expression.
Reply With Quote