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 Next »

Obtains the next value of the specified MUMPS global and subscripts.

Arguments

ArgumentData TypeRequiredDescription
globalNamestringYesThe name of the global to examine
subscriptsarrayYesAn array of subscripts. May be empty to examine the root node of the global.

Return Value

mumps.order() returns a struct with the following members:

  • value: A string representing the next value of the specified MUMPS global and optional subscripts.
  • lastResult: A boolean value indicating whether or not the traversal of the specified global and optional subscripts has finished.

Example

This example returns a list of account names, presuming the IGLS accounting package is installed on the host.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.