HTBasic Help
×
Menu
Index

Number Dialog - Minimum

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