Jump to content

API Debug.Print: Difference between revisions

From Flowcode Help
Admin (talk | contribs)
XML import
JonnyW (talk | contribs)
Line 26: Line 26:
* Add to a calculation icon: <pre class="brush:[cpp]">::Debug.Print("output")</pre>
* Add to a calculation icon: <pre class="brush:[cpp]">::Debug.Print("output")</pre>


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

Revision as of 23:44, 3 June 2013

<sidebar>API contents</sidebar> Prints out the string or value on a line in the debug window

Class hierarchy

Debug

Print

Parameters

STRING Output

Text to display


Return value

This call does not return a value


Detailed description

No additional information


Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Debug.Print("output")

This example shows simple usage of both Print and PrintLn:

File:SIM Debug.Print.fcf