SpVersion: Difference between revisions
Appearance
Created page with "Returns the version of the spUtils DLL used. '''Syntax:''' version = spVersion () '''Returns:''' spUtils Version Example Code: →spversion.cmd (spUtils Example Code): ..." |
No edit summary |
||
Line 10: | Line 10: | ||
CALL RXFUNCADD 'spVersion','spUtils','spVersion' | CALL RXFUNCADD 'spVersion','spUtils','spVersion' | ||
SAY spVersion() | SAY spVersion() | ||
[[Category:The OS/2 API Project]] |
Revision as of 13:57, 31 March 2015
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()