...
Returns a component, which is an instance of lib.cfmumps.globalGlobal.This facilitates method chaining.
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
glob = createObject("component", "new lib.cfmumps.global"); glob.openGlobal("VA", [200]); glob.close(); |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<cfset glob = createObject("component", "new lib.cfmumps.global")> <cfset glob.openGlobal("VA", [200])> <cfset glob.close()> |
...