You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Show Contents List

TRACE Function

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). 

 |
Return Value
None
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/l4wrmp03_0155.htm]

  • No labels