Returns the version of this Extender DLL.
wntVersion( )
none
(i) the version of number of this extender Dll.
This function is used to check the version number of this Dll in cases where older DLL's exist and alternate processing is desirable. Version numbers of newer versions will be larger than that of older versions.
; Load Appropriate Extender AddExtender('wwwnt34i.dll',0,'wwwnt64i.dll')
a=wntVersion() Message("Dll Version",a) Exit