Send multiple strings to the user defined Trace Handler
Member of Application Object (PRIM_APP)
Name | Type | Data Type | Description |
---|---|---|---|
String1 | *Input | String | String to sent to the user defined Trace Handler |
String2 | *Input (Optional) | String | String to sent to the user defined Trace Handler |
String3 | *Input (Optional) | String | String to sent to the user defined Trace Handler |
String4 | *Input (Optional) | String | String to sent to the user defined Trace Handler |
The TraceMessageText method executes the TraceMessage method on the TraceHandler. Each parameter specified will execute the method once.
Febuary 18 V14SP2