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!
SaveMap()
SaveMap()
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
-
- Enthusiast
- Posts: 796
- Joined: Tue May 20, 2008 2:12 am
- Location: Cologne, Germany
- Contact:
Re: SaveMap()
HI,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!
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...
Regards,
JamiroKwai
JamiroKwai
Re: SaveMap()
+1
SaveMap, LoadMap inclusive there keys, even Map's of Structures.
I would love that too.
Thanks
SaveMap, LoadMap inclusive there keys, even Map's of Structures.
I would love that too.
Thanks
Yeah I know, but keep in mind ... Leonardo da Vinci was also an autodidact.