358
VARLIST_BOX Directive
Control Variable List Box
Formats
2.Remove: VARLIST_BOX REMOVE ctl_id[,ERR=stmtref]
6.Load List: VARLIST_BOX LOAD ctl_id,dlm_list$[,ERR=stmtref]
7.Load Array: VARLIST_BOX LOAD ctl_id,array_name${ALL}[,ERR=stmtref]
Note: The curly braces enclosing {ALL} are part of the syntax.
Where:
@(col,ln,
Position and size of the variable list box region when expanded.
wth,ht)
Numeric expressions. Column and line coordinates for top left
corner, width in number of columns and height in number of lines.
(Note that list box height, when not expanded, is governed by the
system and is roughly 1.5 times the standard graphic font height.)
alt_ctl
CTL value to generate when the variable list box gains focus.
array_name$ Name of array to load into variable list box. String variable followed by {ALL}.
ctl_id
Unique logical identifier for a variable list box (any integer -32000 to
+32000). Avoid integers that conflict with keyboard definitions (e.g., 4
Control options. Supported options for VARLIST_BOX include:
ctrlopt
ERR=stmtref Error transfer
FNT="font,size[,attr]" Font name, size, optional properties