HTBasic Help
×
Menu
Index

Keypad Widget - Format

 
The FORMAT attribute specifies which numeric formatting type is used
for the KEYPAD widget. Allowable types are:
 
·
REAL: the default (-1.79769313486 E +308 to +1.79769313486 E +308)
·
SHORT INTEGER: two-byte integer (-32768 to 32767 range)
·
LONG INTEGER: four-byte integer (-2147483648 to 2147483647 range)
·
BINARY: four-byte integer; two's complement (no "-" allowed)
·
OCTAL: four-byte integer; two's complement (no "-" allowed)
·
HEX:  four-byte integer; two's complement (no "-" allowed)