Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 662 Bytes

File metadata and controls

32 lines (24 loc) · 662 Bytes

IntDialog

Description

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

Parameters

Name Type Description
request STRING Dialog user prompt string.
default STRING Default value for input field.

Examples

SimpleDialog

Version

Availability: from All Versions

Category