Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Retrieves the value of a MUMPS global node.

Arguments

ArgumentData TypeRequiredDescription
globalNamestringYesThe name of the global to examine
subscriptsarrayNo

An array of subscripts

Return Value

Returns a value of type any.

Example

 

CFML
<cfset mumps = createObject("component", "lib.cfmumps.mumps").open()>
<cfset accountName = mumps.get("TT", ["ACCT", 1000])>
<cfset mumps.close()>


 

  • No labels