Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- LanMan Library Reference Guide - <b>ll_libvers()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LL_LIBVERS()
 Get the version of the LL.LIB library file
------------------------------------------------------------------------------

 Syntax

      LL_LibVers() -> cVersion

 Arguments

     None

 Returns

     <cVersion> in the format "N.nn" where "N" is the major version and
     "nn" is the minor version

 Description

     LL_LibVers() returns the version number of the Low Level Library
     used when the application was linked.

     LL_LibVers() also inserts the string "Low Level Library Version"
     plus the version number in the LFN.LIB library file and in the
     resulting exe file. That string can then be searched in those
     files to retrieve the version number "from the outside".'

 Examples

     ? LL_LibVers()

 Source: LLVERS.PRG

 Author: Klas Engwall <klas.engwall@engwall.com>

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