VERSION()
Returns the HARBOUR Version or the Harbour/Compiler Version.
- Syntax
-
- VERSION() --> <cReturn>
- Arguments
-
- None
- Returns
-
- <cReturn> String containing the Harbour Version
- Description
-
- This function returns the current Harbour Version.
Examples
? QOUT(VERSION())
"Harbour Terminal: Standard stream console"
- Status
- Started
- Compliance
-
- This function is Ca-Clipper compatible.
- Platforms
-
- All
- Files
-
- source/rtl/version.c Library is rtl
- See Also