Jump to content

WPToolsVersion: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
m Redirected page to WPTools#WPToolsVersion
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Purpose==
#redirect[[WPTools#WPToolsVersion]]
Query version of WPTOOLS.DLL.
 
==Usage==
version=WPToolsVersion()
 
==Example==
<PRE>
/* REXX must start with a comment line */
 
call RxFuncAdd 'WPToolsLoadFuncs', 'WPTOOLS', 'WPToolsLoadFuncs'
call WPToolsLoadFuncs
 
Version = WPToolsVersion()
say 'WPTOOLS.DLL is of version' version
 
</PRE>
 
[[Category:The OS/2 API Project]]

Latest revision as of 00:54, 14 June 2020