Types and Arrays

BlitzPlus Forums/BlitzPlus Beginners Area/Types and Arrays

Zooker(Posted 2006) [#1]
Does any one know where I could download a program showing how youcan rite an array of Types and save the array and then read the array?


Grey Alien(Posted 2006) [#2]
I read once about an undocumented feature where you can convert a type into a big string for debugging or output purposes. Didn't we have this conversation before about your accounts program.


Zooker(Posted 2006) [#3]
Possibly, I'll look other posts UP?


Kuron(Posted 2006) [#4]
Hey Zooker! How are you doing, buddy?


Zooker(Posted 2006) [#5]
Not too well, Kuron. If it wasn't for my bridge game - Came in 1st today- I'd be a perfect mess.


Grey Alien(Posted 2006) [#6]
Anyway I've done what you ask manually before. Make a function called SaveType and output each field properly. The loop through your array and call the function for each item in the array. The make a LoadType function too. simple, just a bit time consuming depending on how many fields you've got.