Jump to content

SpVersion: Difference between revisions

From EDM2
Created page with "Returns the version of the spUtils DLL used. '''Syntax:''' version = spVersion () '''Returns:''' spUtils Version Example Code: spversion.cmd (spUtils Example Code): ..."
 
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:SPUTILS:spVersion to SpVersion
 
(3 intermediate revisions by 2 users not shown)
Line 10: Line 10:
  CALL RXFUNCADD 'spVersion','spUtils','spVersion'
  CALL RXFUNCADD 'spVersion','spUtils','spVersion'
  SAY spVersion()
  SAY spVersion()
[[Category:SpUtils]]

Latest revision as of 19:05, 26 February 2017

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()