Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FAST TEXT SEARCH for Clipper v.2.0 - <b>cftsvers()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    CftsVers()

       Purpose

   Report the version and date of the CFTS library.

       Parameters

   None.

       Return Value

   A string value containing the CFTS library version.

       Errors Returned

   None.

       Comments

   The version function returns a string in this form:

   FTS Version 02.00.002.03.01.000.0000 Aug 08 1993 16:34:54

   Version string fields are:

   00. 00.  0000.  00.  00.  000.  0000  DATE  TIME
    |   |    |      |    |    |     |     |     |--Compilation Time
    |   |    |      |    |    |     |     |--Compilation Date
    |   |    |      |    |    |     |--Problem Report Number
    |   |    |      |    |    |--Special Feature Number
    |   |    |      |    |--Operating System
    |   |    |      |--Memory Model
    |   |    |--Product Number
    |   |--Minor Revision Number
    |--Major Revision Number

   Keys to the Version String Fields
   
   Products
   Number      Product Name
   001         Clipper Summer '87
   002         Clipper 5
   999         Undefined

   Memory Models
   Number      Memory Model
   03          Large

   Operating Systems/Environments
   Number      Operating System
   01          MS/PC DOS

   Special Features
   Number      Feature
   000         No special features enabled

       Example

   ? CftsVers()          && print CFTS version on the display


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