STANDARD LIBRARY: Dialogs
The Dialogs Library consists
of three functions that provide user interface by displaying messages
and prompts. The user must respond to the displayed message or prompt
in order for the program to continue to execute.
The library and function names are case sensitive.
The three functions are:
alert
Displays a message, called an alert, that the user must acknowledge.
Syntax: Dialogs.alert(message)
confirm
Displays a message, called a confirmation, that requires the user to make
a choice.
Syntax: Dialogs.confirm(message,
okmessage, cancelmessage)
prompt
Displays a message, called a prompt, that requires the user to input a
value.
Syntax: Dialogs.prompt(message,
defaultinput)
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information
|