LCD IntVersion
Jump to navigation
Jump to search
Definition
INT LCD_IntVersion ( )
Returns the current LCD.DLL version.
Returns
INT : The current LCD.DLL version (int).
Example
Program example; include "LCD.fh"; Private int lcdver; Begin lcdver = LCD_IntVersion(); Loop frame; End End