GlobalStartup.getMsg Method
The getMsg method returns the current message stored in the GlobalStartup object.
object.getMsg ( )
Arguments
- object
- Required. Always the name of a GlobalStartup object.
Remarks
The following example illustrates the use of the getMsg method.
// write the last update date of the current message to the console
Console.Writeln(wsdot_GlobalStartup.Updated);
// write the current message to the console
Console.Writeln(wsdot_GlobalStartup.getMsg());
// open the WSDOT Hyperion Custom Script help in Internet Explorer
wsdot_GlobalStartup.getHelp();
Applies To:
GlobalStartup Object
Requirements
The WSDOT Custom Scripts from the script repository must be loaded into the document.
|