TheLord45 / amxpanel

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

Command: ^BML #20

Closed TheLord45 closed 5 years ago

TheLord45 commented 5 years ago

Set the maximum length of the text area button.

If this value is set to zero (0), the text area has no max length. The maximum length available is 2000. This is only for a Text area input button and not for a Text area input masking button.

Syntax: "'^BML-<vt addr range>,<max length>'"

Variable: variable text address range = 1 - 4000. max length = 2000 (0=no max length).

Example: SEND_COMMAND Panel,"'^BML-500,20'" Sets the maximum length of the text area input button to 20 characters.