Page 1 of 1

SaveMap()

Posted: Thu Jun 03, 2010 5:29 pm
by Karbon
A native function to save the content and order of a Map would be an awesome tool for persistent fast lookups and such. I know you can do it now (though I couldn't find a single post where anyone mentions saving a Map to a file), but it'd be nice of there was a single function that would do everything at once.

** Sorry, a LoadMap() would need to accompany any saving functions..

Thanks!

Re: SaveMap()

Posted: Thu Jun 03, 2010 9:56 pm
by jamirokwai
Karbon wrote:A native function to save the content and order of a Map would be an awesome tool for persistent fast lookups and such. I know you can do it now (though I couldn't find a single post where anyone mentions saving a Map to a file), but it'd be nice of there was a single function that would do everything at once.

** Sorry, a LoadMap() would need to accompany any saving functions..

Thanks!
HI,

couldn't you just use a WriteData()-command to save the structure behind the Map? No order, but the content would be saved.
But I agree: a native function for this would open many great possibilities for dynamic and static data-mapping...

Re: SaveMap()

Posted: Fri Apr 12, 2013 1:46 pm
by Joris
+1
SaveMap, LoadMap inclusive there keys, even Map's of Structures.
I would love that too.

Thanks