object



void TraceD(string strText)
void TraceD(int nValue)

Scope: public

Parameters
strText - text to display
nValue - integer value to display

Return values
none

Description
Displays strText or nValue on display. Text is visible only after typing "display.show 1" in console.
Use "\n" in strText to break displayed lines.

See also