XbZ_ZLibVer()
|
Previous Top Next |
XbZ_ZLibVer()--> cVersion
|
None.
|
This function returns the version of the ZLib.DLL as a string.
|
Returns the Version of the "ZLib.DLL" as a string in the form: "N1.N2.N3". This is basically a Xbase++ Wrapper function for the ZLib Function: zlibVersion().
|
QOut(XbZ_Version()) --> "1.2.1"
|