paArguments - cCommandLine¶
Include: Use System\Application.pkg
Stores arguments captured when the command-line object is constructed.
Type: Property
Return data type: String[]
Syntax¶
Property String[] paArguments
Call¶
String[] aArgs
Get paArguments of hoCommandLine to aArgs
Description¶
Application code usually uses CountOfArgs and Argument; paArguments exposes the captured array when array processing is preferred.