diff options
author | Firestorm2k7 <47592991+Firestorm2k7@users.noreply.github.com> | 2019-02-13 11:06:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-13 11:06:16 +0100 |
commit | 11033094d83f7c1c5dc22f4106fddf76850d5969 (patch) | |
tree | b0c250eba27496b35e006a20c2b140572610094a | |
parent | f3c25c4501ba479a5d9feb146153d6635062dbea (diff) |
[M (MUMPS)/en] One-liner
^cars("Tesla",1,"Name")
was defined in line 119
s ^cars("Tesla",1,"Name")="Model 3"
-rw-r--r-- | m.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m.html.markdown b/m.html.markdown index d0879ab6..96828ae5 100644 --- a/m.html.markdown +++ b/m.html.markdown @@ -125,7 +125,7 @@ w !,^cars w !,^cars("Tesla") ; null value - there's no value assigned to this node but it has children w !,^cars("Tesla",1,"Name") -; Model X +; Model 3 ``` Arrays are automatically sorted in order. Take advantage of the built-in sorting by setting your value of interest as the last child subscript of an array rather than its value. |