Associative array/Iteration: Difference between revisions

Content added Content deleted
Line 1,739: Line 1,739:
\\ M2000 identifiers are not case sensitive
\\ M2000 identifiers are not case sensitive
Print M("key1"), m("key2")
Print M("key1"), m("key2")
\\ numeric values can convert to strings
Print M$("key1"), m$("key2")
\\ Iteration
\\ Iteration
N=Each(M)
N=Each(M)