Name
Choice.GetEntry -- get choice entry (V1.1)
Synopsis
e$ = moai.DoMethod(id, "GetEntry", pos)
Function
Get an entry from a choice widget. You can pass either an absolute index in pos or the special value Active to get the active entry. Choice.GetEntry will then return the entry as a string.

Inputs
id
id of the choice object
pos
entry index or "Active"
Results
e$
choice entry at specified index

Show TOC