Jump to content

SpDropFuncs: Difference between revisions

From EDM2
Created page with "Removes all spUtils functions. '''Syntax:''' CALL spDropFuncs Example Code (part from example code of spLoadFuncs): bootdrv.cmd (spUtils Example Code): [...] CALL sp..."
 
Ak120 (talk | contribs)
 
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
  CALL spDropFuncs
  CALL spDropFuncs
  Page
  Page
[[Category:SpUtils]]

Latest revision as of 19:04, 26 February 2017

Removes all spUtils functions.

Syntax: CALL spDropFuncs

Example Code (part from example code of spLoadFuncs):

/* bootdrv.cmd (spUtils Example Code) */
[...]
CALL spDropFuncs
Page