WPToolsVersion
Appearance
Purpose
Query version of WPTOOLS.DLL.
Usage
version=WPToolsVersion()
Example
/* REXX must start with a comment line */ call RxFuncAdd 'WPToolsLoadFuncs', 'WPTOOLS', 'WPToolsLoadFuncs' call WPToolsLoadFuncs Version = WPToolsVersion() say 'WPTOOLS.DLL is of version' version