Advertising banner:

History
 
 FCGetConsoleLine
Home • Help • A0 • Customization Tools • FCAS • Language Reference • FCGetConsoleLine
 
FCGetConsoleLine (FirstClass internal functions)
Minimum version: 4.0
Purpose
Returns a specified line from the virtual FCAS console by line number.
The return will be a string containing the line data. If there is no line with the requested line number, an empty string will be returned.
Syntax
FCGetConsoleLine (LineNumber)


LineNumber
The number of the line that you want returned.

Example
FCGetConsoleLine (10)