Welcome to the Southern African Autolisp Website.
You are Visitor Number since 21st June 1999.
edit_limit

Edit Limit.
This attribute specifies the maximum number of characters a user is allowed
to enter into an edit box. Possible value is an integer.
Default: 132.
DCL Code Sample
lisp49r : dialog { //dialog name
label = "edit_limit" ; //give it a label
: edit_box { //define edit box
key = "eb1"; //give it a name
label = "Input CD Key "; //give it a label
edit_limit = 4; //limit characters
} //end edit box
: edit_box { //define edit box
key = "eb2"; //give it a name
label = "Serial Number"; //give it a label
edit_limit = 8; //limit characters
} //end edit box
spacer; //add a space
ok_cancel ; //predefined OK/Cancel button
} //end dialog
All Tutorials and Code are provided "as-is" for purposes of instruction and
utility and may be used by anyone for any purpose entirely at their own risk.
Please respect the intellectual rights of others.
All material provided here is unsupported and without warranty of any kind.
No responsibility will be taken for any direct or indirect consequences
resulting from or associated with the use of these Tutorials or Code.
Copyright © 1999 by
Kenny Ramage
All rights reserved.
Information in this document is subject to change without notice.
Site created and maintained by Kenny Ramage.
|