Jump to content

SpVersion

From EDM2
Revision as of 04:14, 29 June 2016 by Martini (talk | contribs) (Martini moved page OS2 API:spVersion to OS2 API:SPUTILS:spVersion)

Returns the version of the spUtils DLL used.

Syntax: version = spVersion ()

Returns: spUtils Version

Example Code:

/* spversion.cmd (spUtils Example Code) */
/* Writes the version of the sputils.dll to stdout */
CALL RXFUNCADD 'spVersion','spUtils','spVersion'
SAY spVersion()