LabelButton command

From m204wiki
Revision as of 00:54, 27 May 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Lets you replace the label of a Client button bar button. </span> ''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Action:

Lets you replace the label of a Client button bar button.

Syntax:

labelButton buttonName newlabel

where:

  • buttonName is button0, button1, etc; that is, the name of a currently mapped button.  
  • newlabel can be as many as 50 characters (the button is expandable).

If the command executes successfully, the label changes immediately, and you receive a Label set for: buttonName message.

Example:

The following macro uses labelButton: continueMacroIf &&blackOrWhiteList = 'black'
labelButton button0 BlackList On
turnOffBlackList
restoreTitle
set &changed = 1
clearStatus 

Client menu: --
Introduced: Build 62