xHarbour Reference Documentation > Function Reference |
Retrieves xHarbour version information.
Version() --> cVersion
The function returns a charcter string holding version information of xHarbour.
Version() is an informational function that returns the version of the xHarbour runtime library.
See also: | HB_BuildInfo(), HB_Compiler(), Os() |
Category: | Environment functions |
Source: | rtl\version.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
PROCEDURE Main ? Version() // result: xHarbour build 0.99.61 Intl. (SimpLex) RETURN
http://www.xHarbour.com