DebugTN()
Like the function DebugN(), but with a time stamp.
Synopsis
int DebugTN(expression[, expression[, ...]]);
Parameters
Parameter | Meaning |
---|---|
expression | Control function to be evaluated. |
Return Value
In the event of an error -1, otherwise 0.
Errors
Missing arguments
Description
The function DebugTN() corresponds to the function DebugN(), but the time is additionally displayed.
The _LINE_ constant can be used for outputting the current line number of the script.
This constant is replaced by an integer constant in each script that contains the
value of the current line number (e.g. DebugN("Zeile:"
,
__LINE__);).
Example
main()
{
DebugTN("Output"); //2002.03.22 16:15:18.153["Output"]
}
Assignment
Availability
UI, CTRL