DDgui Programmers Reference Guide by Nicholas J. Kingsley - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
DDgui_getitemtext$: id$, index%
Get text from a list-box or combo box
Example :
DDgui_list("entry","Level 1|Level 2|Level 3")
DDgui_combo("entry2","Level 1|Level 2|Level 3")
DEBUG DDgui_getitemtext$("entry",2)+"\n"
DEBUG DDgui_getitemtext$("entry2",1)+"\n"
Result :
This command allows entry for a given line to be read
