Jump to content

SpVersion: Difference between revisions

From EDM2
No edit summary
(No difference)

Revision as of 04:14, 29 June 2016

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