Product SiteDocumentation Site

7.4.53. RXFUNCDROP


>>-RXFUNCDROP(name)--------------------------------------------><

Removes (deregisters) the function name from the list of available functions. A zero return value signifies successful removal.

Example 7.67. Builtin function RXFUNCDROP

rxfuncdrop("SysLoadFuncs")         -> 0 /* if successfully removed   */