Versions Compared

Key

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

...

If the lib.cfmumps.global object was opened with the atomic argument set to true, can raise an exception if a lock on the specified global and subscripts fails cannot be acquired within the object's lockTimeout duration. CFMumps 0.03 and later only.

...

Code Block
languagecoldfusion
titleCFML
<!--- return the NEW PERSON file for duz in ^VA(200) --->
<cfset duz = 1>
<cfset glob = createObject("component", "new lib.cfmumps.global")>
<cfset glob.openGlobal("VA", [200, duz])>
<cfset person = glob.getObject()>

...