MessageBox Data Member Function

Displays a message box terminated with Yes/No or OK.

Prototype

int32 MessageBox( int32 p_eMessageBoxType, int32 p_sExitType, string p_sMessageContents, string p_sMessageBoxTitle )

Parameters

Parameter Type Parameter Name Documentation
int32p_eMessageBoxTypeThe message box type. This refers to the MessageBoxType enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
int32p_sExitType0 = OK. 1 = Yes/No.
stringp_sMessageContentsThe message displayed by the message box.
stringp_sMessageBoxTitleThe title of the message box.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.