Hello all,
Enabling "Store index in list" in a list box, saves index of selected value in a global variable. Is there a way to get back the selected value from this global index.
VFE docs say
Store index in list will take the choice selected and save the index number of that value in a global variable named similarly to the document variable. In the example below, the index number would be stored in a global variable named gIndex_EYES_POSITIVE. If the user chose "diplopia", gIndex_EYES_POSITIVE would store the number 2. The choice list items are numbered beginning with 0. This can then be used to directly access a row in a corresponding table/array without needing to search for the text to find a match.
However, it does not say what the name name of the array or table