HTBasic Help
×
Menu
Index

Dialog/Widgets Attribute Types

 

Overview

 
This topic describes the five attribute types for BuilderPlus dialogs and widgets.
 
NOTE
 
OPTION BASE 0 is used for all array indices. Dialogs and widgets always treat the first element in an array as element 0, regardless of how you dimension (DIM)or ALLOCATE.
 

Dialogs/Widgets Attribute Types

 
Attribute Type
Description
Complex
 
Numeric
Numeric Array
String
String Array
Equivalent to HTBasic COMPLEX data type -
has a real and imaginary component
Allowed values are INTEGER, REAL, or numeric expression [1]
Allowed values are INTEGER or REAL arrays
Allowed values are string or string expression [2]
Allowed values are array of string expressions
 
 [1]  All branches in the numeric expressions syntax diagram are allowed in CONTROL  statements, but only the branch that begins with "numeric variable name" is allowed in STATUS statements.
 
 [2]  All branches in the string expressions syntax diagram are allowed in CONTROL statements, but only the branch that begins with "string variable name" is allowed in STATUS statements.