GRAPHISOFT®

Python APIVersion: 0.23 Beta

Alert

Displays an alert window with the given text.

def Alert (text) -> None

 

Parameters

text
[in] A string to display in the alert window.

 

Return Values

This function does not have any return values.

 

Example

Alert ("Alert Dialog")
print ("Console Normal Output")
PrintWarning ("Console Warning Output")
PrintError ("Console Error Output")

 

Requirements

Version: Python API 0.1 or Later
Module: GS

 

See Also

PrintWarning, PrintError