HTBasic Help
×
Menu
Index

Keypad Widget - Minimum

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