Jump to content

SpVersion

From EDM2
Revision as of 04:55, 31 March 2015 by Martini (talk | contribs) (Created page with "Returns the version of the spUtils DLL used. '''Syntax:''' version = spVersion () '''Returns:''' spUtils Version Example Code: spversion.cmd (spUtils Example Code): ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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