in reply to Re: MUMPS Array Subscripts Parsing Via RegEx
in thread MUMPS Array Subscripts Parsing Via RegEx
As yet I'm, not called on to parse any Mumps code. All I get from Mumps are binary journals, data much like transaction journals from other DataBase Systems. The GT.M implementation of Mumps comes with a 'mupip' program that (among other things) gives me a character-based dump of the Journals, basically a human-readable text file of newline-delimited records with '\' as the field separator. I wonder if other current implementations of Mumps include mupip (or journals at all, for that matter). I can use 'split' to make a list of each record, and I'm fortunate that the Global Variable is in the final field, because I've even found embedded '\' characters in some Global Variable subscripts, but I can ignore them via the 3rd (limit) parameter to split.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: MUMPS Array Subscripts Parsing Via RegEx
by afoken (Chancellor) on May 17, 2012 at 10:54 UTC |