API Debug: Difference between revisions
Appearance
| Line 19: | Line 19: | ||
This example shows simple usage of both Print and PrintLn | This example shows simple usage of both Print and PrintLn | ||
SIM_Debug.Print.fcf | [[file:SIM_Debug.Print.fcf]] | ||
==See also== | ==See also== | ||
[[API Console]] | [[API Console]] | ||
Revision as of 23:44, 3 June 2013
<sidebar>API contents</sidebar> Debug and diangostic
Functions provided for this class
| Prints out the string or value on a line in the debug window | |
| PrintLn | Prints out the string or value with a new-line in the debug window |
Examples
This example shows simple usage of both Print and PrintLn