Jump to content

SpVersion: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Line 11: Line 11:
  SAY spVersion()
  SAY spVersion()


[[Category:The OS/2 API Project]]
[[Category:SpUtils]]

Revision as of 19:04, 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()