LCD About
Jump to navigation
Jump to search
Definition
INT LCD_About ( )
Tells the user about LCD.DLL, using the Fenix console.
Returns
INT : The current LCD.DLL version (integer).
Example
Program example; include "LCD.fh"; Begin LCD_About(); Loop frame; End End