getNumberFromUser

Help Contents GUI programming Standard Dialogs getNumberFromUser
getMultipleChoices getPasswordFromUser

getNumberFromUser message prompt caption value min max
(getNumberFromUser message prompt caption value min max pos)


Operation to show a dialog to enter a integer number.

message is the dialog text.

prompt is the input prompt text.

caption is the window title text.

value is the standard number showing at the opening of the dialog.

min is the minimal value which can be entered.

max is the maximal value.

pos is a list of two integer numbers representing x and y position.

Output is the entered integer number.

Example:

show (getNumberFromUser [a Message][a Prompt\
	maybe multiline][A caption] 1234 42 4321)

Reference:

getMultipleChoices getPasswordFromUser