Small company logo:
   History
 
Advertising banner:
 
 FCGetConsoleLine
Home • Help • Customization Tools • FCAS • Language Reference • FCGetConsoleLine
 
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)