
File-based Decoding User Manual Chapter 11: Primitives
LeCroy Corporation 39
Trace()
Trace( <arg1 any>, <arg2 any>, ...)
Return value
None.
Comments
The values given to this function are given to the debug console.
Example
list = ["cat", "dog", "cow"];
Trace("List = ", list, "\n");
would result in the output
List = [cat, dog, cow]
Parameter Meaning
Default
Value Comments
arg any Number of arguments is variable.
Kommentare zu diesen Handbüchern