edit_limit

edit_limit = int;


Define the maximum number of characters the user can type in an edit box.


This attribute specifies the maximum number of characters that the user is allowed to type in an edit box tile.

int: an integer; default = 132 characters; maximum = 256.

Example

edit_limit = 100;

Valid Tiles

edit_box

multi_edit_box

Tell me about...

Programming Overview of DCL (Dialog Control Language)

About Predefined Attributes