Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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 = createObject("component", "lib.cfmumps.global")>
<cfset glob.open("myGlobal", ["key"])>
<cfset glob.delete()>
  • No labels