HTBasic Help
×
Menu
Index

Number Widget - Maximum

 
The MAXIMUM attribute determines the maximum value the NUMBER widget will accept. When changing from one FORMAT to another, NUMBER 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 NUMBER value from a four-byte integer to a two-byte integer (see "FORMAT" attribute for ranges).