Arguments.getString

Convenience method to get the string parameter assigned to an argument. This is valid only if the argument has been assigned exactly one parameter.

class Arguments
istring
getString
(
cstring name
)

Parameters

name cstring

name of the argument

Return Value

Type: istring

parameter assigned to the argument

Meta