IntControl 78

Syntax:

IntControl (78, p1, p2, 0, 0)

 

Frees a single or all UDF/UDS (user-defined function or subroutine).

To free a single UDF or UDS specify a value of 1 in the p1 parameter and place the name of the UDF or UDS to be freed in the p2 parameter.

p1

Meaning

0

Free all UDF/UDS.

1

Free a single UDF/UDS.  p2 contains the name of the UDF/UDS to be freed.

 

This IntControl frees (undefines) user-defined functions or subroutines. It cannot be used while a UDF/UDS is currently executing.

 

Returns the number of UDF/UDS that were freed.