API Debug.Print

From Flowcode Help
Jump to navigationJump to search

<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