...
None.
Return Value
None.
Example
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<!--- the following is equivalent to KILL ^myGlobal("key") in MUMPS: ---> <cfset glob = createObject("component", "new lib.cfmumps.global")> <cfset glob.openGlobal("myGlobal", ["key"])> <cfset glob.delete()> |
...