-
Notifications
You must be signed in to change notification settings - Fork 17
Text
FellippeHeitor edited this page Dec 21, 2016
·
6 revisions
Texts are accessible via an array of variable width STRINGs, using the control's ID:
Text(ControlID) = "Your text"
- Button, Menu item, PictureBox: the Text property holds the loaded file image name.
- List, Dropdown list: the Text property holds the list items, separated by CHR$(13). Use the List methods to manipulate those, instead of directly changing them.