Re: "dumping" a map
- Posted by cjnwl Feb 22, 2023
- 1821 views
I can now use a nested_put|get to set or retrieve data, which is what I wanted :
map:nested_put(tables, {"m_kids", "m_test", "value"}, 125)
writefln("\n" & map:nested_get(tables, {"m_kids", "m_test", "description"}) & "\n")
map_dump(tables, 0)

