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>lm_libvers()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LM_LIBVERS()
 Get the version of the LANMAN.LIB library file
------------------------------------------------------------------------------

 Syntax

      LM_LibVers() -> cVersion

 Arguments

     None

 Returns

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

 Description

     LM_LibVers() returns the version number of the LanMan Library used
     when the application was linked.

     LM_LibVers() also inserts the string "LanMan Library Version" plus
     the version number in the LANMAN.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

     ? LM_LibVers()

 Source: LMVERS.PRG

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

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