VICMessage

Description:              This statement transmits a message to one or all currently connected VTS Internet Client sessions. The message is displayed in a dialog box on the VIC computer.

Returns:                    Nothing

Usage:                       Script

Format:                      VICMessage(Object, Message)

Parameters:             Object     { Object }  { required }  { no default: }

                                                Object value of the root (BrowserClient) module instance for the VIC session to receive the message. If this parameter is not a valid object value, the message is broadcast to all VIC sessions.

                                    Message     { text }  { required }  { no default: }

                                                The textual message to be sent to the VIC recipients.

Comments:               There is no return value for this statement.

                             The Object value is typically retrieved from the return value of a VICInfo statement.

See Also:

VICInfo