This attribute is the index of the element in the ITEMS array that the operator has selected. "-1" indicates no selection. For example, "SELECTION":X directs HTBasic to return the operator's selection in the variable "X".
Because all arrays are treated as a single-dimension, BASE 0 array, the SELECTION attribute specifies an offset, not necessarily the actual subscript, of the selected element in the ITEMS array.