Jump to content

WPToolsVersion: Difference between revisions

From EDM2
Created page with "WPToolsVersion Query version of WPTOOLS.DLL (DLL version v1.01+) Category:The OS/2 API Project"
 
No edit summary
Line 1: Line 1:
WPToolsVersion
==Purpose==
Query version of WPTOOLS.DLL.


Query version of WPTOOLS.DLL (DLL version v1.01+)
==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]]
[[Category:The OS/2 API Project]]

Revision as of 04:19, 24 February 2015

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