global.delete()

Deletes the global referenced by the open() call to lib.cfmumps.global.

Arguments

None.

Return Value

None.

Example


CFML
<!--- the following is equivalent to KILL ^myGlobal("key") in MUMPS: --->
<cfset glob = new lib.cfmumps.Global("myGlobal", ["key"])>
<cfset glob.delete()>