Variable Commands
$BUTTON_ID
$COLUMN
$ROW
$THIS_BUTTON
returns the button identifier
Format: $BUTTON_ID
Arguments:
Available: Available for code windows Version: 9 and later
Example:
show "My button id is "+$BUTTON_ID
Will show a message with the button identifier for the code button
returns the column the cell is in
Format: $COLUMN
Arguments:
Available: Available for spreadsheet windows Version: 9 and later
Example:
show "My current column is "+$column
Will show a message what the column is for that cell in the statistical window
returns the row the cell is in
Format: $ROW
Arguments:
Available: Available for spreadsheet windows Version: 9 and later
Example:
show "My current row is "+$row
Will show a message what the row is for that cell in the statistical window
returns the button name
Format: $THIS_BUTTON
Arguments:
Available: Available for code windows Version: 9 and later
Example:
show "My button name is "+$this_button
Will show a message with the button name for the code button