Allows the user to add run time information from the script to the application trace panel.
TRACE(sTraceText1 [, sTraceText2] ...)
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). |
None
TRACE("Inventory item ", objListManager.AKey1[0] , "was deleted.");