ccZeroSubVars

Syntax

ccZeroSubVars()

Description

Set the content of all the local variables defined in a SUB to 0.

Parameters

None

Return value

None

Remarks

Do NOT use the command after the assignment of any Pointer!
Like after "NEW".
Because you get Zero-Pointer.

Example usage

SUB MySub
DEF A[100]
ccZeroSubVars()
ENDSUB

See ccZeroSubVars_Demo.eba