Jump to content

SpLoadFuncs: Difference between revisions

From EDM2
No edit summary
(No difference)

Revision as of 04:13, 29 June 2016

Adds all spUtils functions.

Syntax: CALL spLoadFuncs

Example Code:

/* bootdrv.cmd (spUtils Example Code) */
/* The env variable specified as argument is set to the drive letter of */
/* the boot volume, or if called without parameter, writes it to stdout */
CALL RXFUNCADD 'spLoadFuncs','spUtils','spLoadFuncs'
CALL spLoadFuncs
PARSE ARG varname rest
IF varname= THEN SAY spGetBootdrive()
ELSE CALL VALUE varname,spGetBootdrive(),'OS2ENVIRONMENT'
CALL spDropFuncs