API Debug

From Flowcode Help
Revision as of 15:57, 16 January 2014 by JonnyW (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

<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

FC6 Icon.png SIMAPI_Debug_Print

See also

API Console