Message

Displays a message to the user.

Syntax:

Message (title, text  )

Parameters:

(s) title: title of the message box.

(s) text: text to display in the message box.

Returns:

(i)  1

 

Example 1:


Message("Current directory is", DirGet( ))

which produces:

will-z1_shg.gif

 

See Also:

Display, Pause