-
Notifications
You must be signed in to change notification settings - Fork 0
JSMumps.order()
John P. Willis edited this page Mar 27, 2017
·
2 revisions
Retrieve the next global node in the collating sequence at the current subscript depth.
jsm.order(global, subscript, callback);global
The name of the MUMPS global to be used for the query.
subscripts
An ECMAScript array indicating the subscript level within global from which to begin the query.
callback
The callback function to be executed when the data has been retrieved, or when an error occurs. Per Node.js conventions, this callback function takes two arguments, err and data.