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