<-- Previous || Up || Next -->

Add Message Sub
Application Class

Public Sub AddMessage( _
    ByVal vMessageText As Variant _
    )

Add a message to the Entisoft Tools Log.

Summary: Each log message is added to a string that can be retrieved, reviewed, and reset. The log messages can also be appended to a file by setting the MessageLogFile Property.
Example:
    est.AddMessage "MyProgramName: Info: Program started."
See also:
    MessageText Property
    MessageLogFile Property
    ReviewMessageText Function
    DebugMessage Function
vMessageText: String message that is added to the log (and possibly appended to a log file). Subroutine silently does nothing if vMessageText is Null or cannot be fixed-up to a String.
v1.3 Change: Removed 16-bit support from this function.

Return to ENTISOFT Home Page

Copyright © 1999-2005 Entisoft