API Console.GetLineText

From Flowcode Help
Jump to navigationJump to search
Fc9-comp-macro.png GetLineText
Reads a line of text from the given console, pass -1 for final line 
Fc9-h32-icon.png - HANDLE ConsoleHandle
A valid console windows handle 
Fc9-u32-icon.png - ULONG Line
The zero-based index of the line to read the text from 
Fc9-string-icon.png - STRING Return


Detailed description

Examples

Calling in a calculation

  • Declare a variable 'result' of type STRING
  • Add to a calculation icon:
    result = ::Console.GetLineText(consolehandle, line)