Programming Reference Manual
 
Syntax
 
Command[$]
 
Description
Contains the value of the MacroRun parameters.
See Also
Example
 
Sub Main
Debug.Print "<span style='color: #004080; font-weight: bold;'>Command</span> line parameter is: """;
Debug.Print Command$;
Debug.Print """"
End Sub