Versions Compared

Key

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

...

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()>

...