GetArgument  Global

The GetArgument function retrieves the specified argument of the application command line.

Syntax

String Global.GetArgument(
     Integer index)

Parameters

indexIndex of the argument.Required

Return value

The GetArgument function returns the argument.

Example

arg = GetArgument(0)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia