Posted 27 April 2016 - 02:38 PM
Hi there. I'm trying to create a function that would save all the tables argued to it (and do some other silly extravagances left unsaid for the purposes of this exercise). What I am envisioning is a function you would argue a table full of table-names to. It would then string each of those tables and save them to separate files. I intend to use this function frequently through the program I'm defining it for to save the program's active database to files for some stability during operation - basically any time the tables are changed.
I've gone as far as defining a table full of the other tables, and I can make the code walk through those tables and deserialize them 1 by 1, but I can't figure out how to also use those tables NAMES for the filename argument. Am I attacking the problem wrong?
I've gone as far as defining a table full of the other tables, and I can make the code walk through those tables and deserialize them 1 by 1, but I can't figure out how to also use those tables NAMES for the filename argument. Am I attacking the problem wrong?