Jump to content

API Debug: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
XML import of API documentation
ReeceL (talk | contribs)
No edit summary
Line 21: Line 21:
This example shows simple usage of both Print and PrintLn
This example shows simple usage of both Print and PrintLn


[[file:SIM_Debug.Print.fcf]]
[[file:SIM_Debug.Print.fcfx]]


==See also==
==See also==
[[API Console]]
[[API Console]]

Revision as of 13:36, 20 September 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

File:SIM Debug.Print.fcfx

See also

API Console