Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Arguments

None.

Return Value

None.

Example

 

Code Block
languagecoldfusion
titleCFML
linenumberstrue
<!--- the following is equivalent to KILL ^myGlobal("key") in MUMPS: --->
<cfset glob = createObject("component", "lib.cfmumps.global")>
<cfset glob.open("myGlobal", ["key"])>
<cfset glob.delete()>