HTBasic Help
×
Menu
Index

Keypad Widget - Maximum

 
The MAXIMUM attribute determines the maximum value the KEYPAD widgetwill accept. When changing from one FORMAT to another, KEYPAD will use the lesser of the current maximum value and FORMAT's intrinsic maximum (for positive values).
 
For example, switching formats from LONG INTEGER to SHORT INTEGER will reduce the maximum KEYPAD value from a four-byte integer to a two-byte integer (see the FORMAT attribute for ranges).