RaiseRunTimeError (Reserved Word)
Causes a user specified run-time error message to be generated. The message will display in the Event Log when an error is raised from the Chart Analysis window and will display upon rolling the mouse pointer over the 'E' error indication in a RadarScreen cell.
Syntax
RaiseRunTimeError(strReason)
strReason is a string expression that contains the text of the user specified error message.
Examples
RaiseRunTimeError("My Own Error Message") will generate an error and will display the specified message.