Phantom Documentation

[Help Home] [Phantom Home]
Alert

void Alert(string)

Return Type: void
Parameters: string sText

Description:
Displays an alert Dialog Box and beeps. The text in sText is displayed in the box, and the box is titled 'Phantom Alert'. Script execution halts until the alert box is closed.


Example Code
1 >>Alert("Hello");


The above example produces a message box similar to the following:





Copyright 2000-2011 Phantom Automated Solutions