Command Function

Syntax                  Command

Group                   Miscellaneous

Description           Contains the value of the MacroRun parameters.

See Also               MacroRun.

Example               '#Language "WWB.NET"
SubMain
    Debug.Print "Command line parameter is: """;
    Debug.Print Command;
    Debug.Print """"
EndSub