Re: Saving a Map with a Map Inside
- Posted by DerekParnell (admin) Sep 11, 2011
- 1102 views
euphoric said...
I basically have this:
map:map mainMap = map:new() map:map mainMapVars = map:new() -- populate mainMap with some data -- populate mainMapVars with some variables map:put( mainMap, "VARS", mainMapVars ) map:save_map( mainMap, myMapFileName )
Why does your application need to put VARS inside the mainmap?