Skip to content

JSMumps.merge()

John P. Willis edited this page Mar 27, 2017 · 2 revisions

Copies one MUMPS global and/or global subtree to another.

    jsm.merge(fromGlobal, fromSubscripts, toGlobal, toSubscripts, callback);

Arguments

  • fromGlobal

A string representing the global name from which to copy data.

  • fromSubscipts

A string indicating from which subscript level within fromGlobal to begin copying data.

  • toGlobal

A string representing the global name to receive copied data.

  • fromSubscipts

A string indicating at which subscript level within toGlobal the copied data should be placed.

Clone this wiki locally