SpVersion: Difference between revisions
Appearance
m Martini moved page OS2 API:spVersion to OS2 API:SPUTILS:spVersion |
m Ak120 moved page OS2 API:SPUTILS:spVersion to SpVersion |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
SAY spVersion() | SAY spVersion() | ||
[[Category: | [[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()