Hobbs
04-24-2007, 04:19 PM
I have a feeling that this is in the help file, but as our current production time line is very tight, i don't have time to dig through MaxScript resource right now.
I have 2 arrays that are basically acting as a hash table right now...one holds my string, and the other my struct info. I need to write these files to a text file, and then be able to easiy read it in to the rollout...kind of like a save and load.
my index array is objIndex -- strings for file name
my field array is objArray -- struct info
my struct is Obj_Library (File, type, objects)
this will probably be run through a menu, i just haven't had time to write it in yet...any help in getting started or a point in the right direction would be helpful.
I have 2 arrays that are basically acting as a hash table right now...one holds my string, and the other my struct info. I need to write these files to a text file, and then be able to easiy read it in to the rollout...kind of like a save and load.
my index array is objIndex -- strings for file name
my field array is objArray -- struct info
my struct is Obj_Library (File, type, objects)
this will probably be run through a menu, i just haven't had time to write it in yet...any help in getting started or a point in the right direction would be helpful.
