How can I also output the line number of a Debug entry of a script?
To output the current line number of a script for example use
DebugN("Line:", __LINE__);
The _LINE_ constant is replaced by an integer constant in each script that contains the value of the current line number.
Date added:
Last revised:
Hits:
10.219
Version:
3.8, 3.9, 3.10
Platform:
Windows,Linux,Solaris
Rating:
Tags:
Programming / Scripting, PVSS, WinCC Open Architecture