Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>version() clipper version constant examplep.prg</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Version()      Clipper version constant                Examplep.prg


Syntax:        Version()

Returns:       A character string.

               Version() returns the name of the current version of
               Clipper as a character string constant.

Notes:         Depending on how you organize your libraries, you may
               want to change this whenever you update your Clipper
               version.  Version() does, however, indicate the version
               of Clipper EXTEND.LIB it is associated with.

Library:       EXTEND.LIB


--------------------------------- Source Code ------------------------------

   FUNCTION Version
   *
   RETURN "Clipper, Summer '87"
.

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