getargs returns a vector of the arguments passed to UniScript. This function is especily useful for UniScript us.exe.
Return Value
svArgs.
Example
D:\>type getargs.ice
// getargs.ice
print getargs()
D:\>getargs
C:\PROGRA~1\UniPlot\Program\us.exe
D:\getargs.ice
D:\>getargs a b c
C:\PROGRA~1\UniPlot\Program\us.exe
D:\getargs.ice
a
b
c
D:\>
See also
id-1112636