GetLastCommand

Retrieve last command issued by a menu or toolbar with a specified command group definition. This is used for operations such as "repeat last place".

Arguments

Number Type Compulsory Default Description

1

string

Yes

Command group

Argument 1

Name of a command group. These are arbitrary strings that may be supplied to a DefMenu or DefButton command using the /comgroup switch.

Returns

Return type: string

If a menu or button defined with a /comgroup specification is executed, the command executed is stored. This function retrieves the most recent with the specified comgroup value.

Notes

GetLastCommand('place') always returns the command used for the most recent place operation.