TheLord45 / amxpanel

Emulator for AMX panels
GNU General Public License v3.0
13 stars 1 forks source link

Command: ^BWW #31

Closed TheLord45 closed 5 years ago

TheLord45 commented 5 years ago

Set the button word wrap feature to those buttons with a defined address range.

By default, word-wrap is Off.

Syntax: "'^BWW-<vt addr range>,<button states range>,<word wrap>'"

Variable: variable text address range = 1 - 4000. button states range = 1 - 256 for multi-state buttons (0 = All states, for General buttons 1 = Off state and 2 = On state). word wrap = (0=Off and 1=On). Default is Off.

Example: SEND_COMMAND Panel,"'^BWW-500,1,1'" Sets the word wrap on for the button’s Off state.