Difference between revisions of "API Debug"

From Flowcode Help
Jump to navigationJump to search
(XML import API auto-gen)
(XML import)
Line 2: Line 2:
 
Debug and diangostic
 
Debug and diangostic
  
===Functions provided for this class===
+
==Functions provided for this class==
{||-|[[API Debug.Print|Print]]|Prints out the string or value on a line in the debug window|-|[[API Debug.PrintLn|PrintLn]]|Prints out the string or value with a new-line in the debug window|}
+
{|
 +
|-
 +
|width="35%"|[[API Debug.Print|Print]]
 +
|Prints out the string or value on a line in the debug window
 +
|-
 +
|width="35%"|[[API Debug.PrintLn|PrintLn]]
 +
|Prints out the string or value with a new-line in the debug window
 +
|}
  
===Examples===
+
 
 +
==Examples==
 +
''No examples available''

Revision as of 21:15, 11 May 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

No examples available