Jump to content

WPToolsVersion: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
Line 1: Line 1:
==Purpose==
#redirect[[WPTools Functions#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]]

Revision as of 23:46, 17 October 2016