zarqon
Well-known member
Okay, so map_to_file(url) is out.
It seems from your comments that file_to_map(someurl,"mallprices.txt") would preserve the map format with version number on top? Or are you suggesting separate ASH functions for storing/retrieving this file from the server?
If you tell me how the data would be sent/requested (post data is fine, and I could just make a server-side mallprices.txt which you could grab by direct url), I could write a server-side script to parse the data and maintain a most-updated map for easy access. If it were just a regular map, I'd probably already have it finished. I'm just really unsure what to do with that version number on top.
It seems from your comments that file_to_map(someurl,"mallprices.txt") would preserve the map format with version number on top? Or are you suggesting separate ASH functions for storing/retrieving this file from the server?
If you tell me how the data would be sent/requested (post data is fine, and I could just make a server-side mallprices.txt which you could grab by direct url), I could write a server-side script to parse the data and maintain a most-updated map for easy access. If it were just a regular map, I'd probably already have it finished. I'm just really unsure what to do with that version number on top.