xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

Version()

Retrieves xHarbour version information.

Syntax

Version() --> cVersion

Return

The function returns a charcter string holding version information of xHarbour.

Description

Version() is an informational function that returns the version of the xHarbour runtime library.

Info

See also:HB_BuildInfo(), HB_Compiler(), Os()
Category: Environment functions
Source:rtl\version.c
LIB:xhb.lib
DLL:xhbdll.dll

Example

   PROCEDURE Main
      ? Version()      // result: xHarbour build 0.99.61 Intl. (SimpLex)
   RETURN

Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe