Jump to content

API Debug: Difference between revisions

From Flowcode Help
JonnyW (talk | contribs)
No edit summary
JonnyW (talk | contribs)
XML import
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<sidebar>API contents</sidebar>
<sidebar>API Contents</sidebar>
Debug and diangostic
Debug and diangostic


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
{{Fcfile|SIMAPI_Debug_Print.fcfx|SIMAPI_Debug_Print}}
 


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

Latest revision as of 15:57, 16 January 2014

<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

SIMAPI_Debug_Print

See also

API Console