Jump to content

API Console.WriteText

From Flowcode Help
WriteText
Adds a block of text to the console window 
- HANDLE ConsoleHandle
A valid console windows handle 
- STRING Text
Any text to add to the console 
- NONE Return


Detailed description

Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Console.WriteText(consolehandle, "text")