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

« Previous Version 2 Current »

Deletes the value of a MUMPS global, along with its children.

Arguments

ArgumentData TypeRequiredDescription
globalNamestringYesThe name of the global to examine
subscriptsarrayNoAn array of subscripts

Return Value

mumps.kill() does not return a value.

Example

CFML
<cfset mumps = createObject("component", "lib.cfmumps.mumps").open()>
<!---Delete account 1000--->
<cfset mumps.kill("TT", ["ACCT", 1000])>
<cfset mumps.close()>
  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.