Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
Allows the user to add run time information from the script to the application trace panel.
Syntax
TRACE(sTraceText1 \[, sTraceText2\] ...)
Parameters

sTraceText1

Required.String that contains the trace information to be shown. 

sTraceText2

Optional. String that is concatenated with the previous trace text (a separator space is added). 

Wiki Markup
 |
Return Value
None
Notes
This request may be handled asynchronously. The consequences of invoking it may not be visible or useable until your currently active RAMP-TS script(s) complete executing and yields control back to the RAMP-TS manager.
Example
TRACE("Inventory item", objListManager.AKey1\[0\] , "was deleted.");
 
 
[<span style="color: #0000ee"><span style="text-decoration: underline; ">Show Contents List</span></span>|../../index.htm#lansa/lansa050_2380.htm]