Skip to content

Argument - cCommandLine

Include: Use System\Application.pkg

Returns the argument at a zero-based command-line index.

Type: Function

Return data type: String

Parameters

Parameter Type Description
iIndex Integer Zero-based argument index.

Syntax

Function Argument Integer iIndex Returns String

Call

String sArg
Get Argument of hoCommandLine 0 to sArg

Description

Returns the argument at a zero-based command-line index.

See also