Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RLIB 3.0a Reference - <b>function:</b> rlibver() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function:    RLIBVER()

Purpose:     Retrieve the version number of the RLIB.LIB linked.

Syntax:      RLIBVER()

Arguments:   None

Returns:     The version of RLIB linked as a character string such as
             "3.00"

Description: Use this to test for a proper version.  Useful when debugging
             so you don't end up chasing what you think was a bug for
             three hours only to find you had linked in an older version
             of RLIB.

Notes:       Returns the version as a character string NOT a number!

Example:     IF RLIBVER() < "3.0"
                ? "Update now!"
             ENDIF

Source:      RL_RLIBV.PRG

See also:    RLIBERROR(), RLIBINIT()

See Also: RLIBERROR() RLIBINIT()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson