Application Object - TraceMessageText Method

Send multiple strings to the user defined Trace Handler

Member of Application Object (PRIM_APP)

Parameters

NameTypeData TypeDescription
String1*InputStringString to sent to the user defined Trace Handler
String2*Input (Optional)StringString to sent to the user defined Trace Handler
String3*Input (Optional)StringString to sent to the user defined Trace Handler
String4*Input (Optional)StringString to sent to the user defined Trace Handler

Details

The TraceMessageText method executes the TraceMessage method on the TraceHandler.
 
Each parameter specified will execute the method once.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2