Jump to content

API Debug: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import API changes
JonnyW (talk | contribs)
No edit summary
Line 17: Line 17:


==Examples==
==Examples==
''<span style="color:red;">No additional information</span>''
This example shows simple usage of both Print and PrintLn
 
SIM_Debug.Print.fcf
 


==See also==
==See also==
''<span style="color:red;">No additional information</span>''
[[API Console]]

Revision as of 23:43, 3 June 2013

<sidebar>API contents</sidebar> Debug and diangostic


Functions provided for this class

Print 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

SIM_Debug.Print.fcf


See also

API Console