Versions Compared

Key

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

...

Returns a component, which is an instance of lib.cfmumps.global. This facilitates method chaining.

Example

Code Block
languagecoldfusion
titleCFScript
linenumberstrue
glob = createObject("component", "lib.cfmumps.global");
glob.open("VA", [200]); 
Code Block
languagecoldfusion
titleOpen GlobalCFML
linenumberstrue
<cfset glob = createObject("component", "lib.cfmumps.global")>
<cfset glob.open("VA", [200])>