DebugFmt (Function) |
Top Previous Next |
The DebugFmt is an "easier to use" version of DebugMsg. It is a combination of DebugMsg and strFormat, which will enable you to print debug messages in an easy and convenient way.
Please see DebugMsg for an explanation of the workings of the DebugFmt function.
Input: message : STRING Format/message string. Please refer to strFormat for an explanation of the format string.
v1 : INT Value for {1} in the format string.
v2 : INT Value for {2} in the format string.
v3 : INT Value for {3} in the format string.
v4 : DINT Value for {4} in the format string.
Returns: None
Declaration: FUNCTION DebugFmt;
Example: INCLUDE rtcu.inc |