Function IntDialog displays a dialog box which requests the user to enter an integer value.
IntDialog automatically screens for valid numeric input.
FUNCTION IntDialog(
request : STRING;
default : STRING): INTEGER;def vs.IntDialog(request, default):
return INTEGER| Name | Type | Description |
|---|---|---|
| request | STRING | Dialog user prompt string. |
| default | STRING | Default value for input field. |
Availability: from All Versions