ChoiceBoxAppend

Help Contents GUI programming ChoiceBoxes ChoiceBoxAppend
ChoiceBoxSetChoices ChoiceBoxSetItem

ChoiceBoxAppend achoicebox choice


Command to append the text of the thing choice to the choices of ChoiceBox achoicebox.

Example:

cb=(ChoiceBox [][MyChoiceBox]
[	[String 1]
	[and a second string]
]
[	(show "|MyChoiceBox| ChoiceBoxSelection)
])
ChoiceBoxAppend cb [and the last string]

Reference:

ChoiceBoxSetChoices ChoiceBoxSetItem