Aguments
Previous
Top
Next
Reading the arguments passed to the script at runtime is done using a special built-in array named Args.
Use "Arraylen" to find the number of arguments available.
Example:
For i = 0 To ArrayLen(args())-1
Msgbox(args(i))
Next
Converted from CHM to HTML with
chm2web Pro 2.85 (unicode)