gpeClearStrapEntries
gpeClearStrapEntries(u_sandbox[?verbose{t|nil} ] ) =>t/nil
Description
Removes all straps from the specified Modgen sandbox.
Arguments
Value Returned
Example
In the following example, all straps are removed from the specified Modgen sandbox.
sandbox = gpeEditSandbox(leGetEditFigGroup())
gpeClearStrapEntries(sandbox)
Return to top