phoArgs - cCommandLine
Holds the object-handle of the internal array
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle phoArgs
| Access Type | Syntax |
|---|---|
| Read Access: | Get phoArgs to HandleVariable |
| Write Access: | Set phoArgs to HandleVariable/Value |
Description
The cCommandLine object uses an array to hold the arguments of the program's command-line. The phoArgs property holds the object-handle to that array.
| Col 1 | Col 2 |
|---|---|
| Note: | You will rarely use this approach to accessing the command-line arguments, as the CountOfArgs and Argument methods provide more convenient access |