[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
BLIVERNUM() Return Blinker version number as integer
------------------------------------------------------------------------------
Function : Return the Blinker version number as an integer
Syntax : nuValue := BLIVERNUM()
Return : Blinker version used to link the program.
This function returns an integer containing the version number of Blinker
used to link the program. The number represents major version * 100 + minor
version, e.g. 300 represents version 3.00.
Example:
* Get the Blinker version number
*
? "The Blinker version number is "
?? STR (BLIVERNUM()/100, 2)
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson