str-var = Get_Arg_KWGroup$("list-name")


Operands:

list-name

The literal value of the Keyword list-name for which the value of the entered keyword is to be returned.


Returns:


Returns the actual keyword which was entered on the command operand line. If no keyword in the list of valid keywords was entered, this function will return "" (Null)


Note: this function is only valid following successful completion of an SPF_Parse function call to parse the command line operands.


RC will always be 0 and Msg$ will be "" (Null) on successful completion.

RC will be 8 and Msg$ set to an error message on any error. e.g. an invalid 'n' value


Special Notes:


A full description of using this function will be found in How do I access the parsed out Operands? 


Created with the Personal Edition of HelpNDoc: Easily create Qt Help files