Types and Arrays
BlitzPlus Forums/BlitzPlus Beginners Area/Types and Arrays| 
 | ||
| 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? | 
| 
 | ||
| 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. | 
| 
 | ||
| Possibly, I'll look other posts UP? | 
| 
 | ||
| Hey Zooker!  How are you doing, buddy? | 
| 
 | ||
| Not too well, Kuron. If it wasn't for my bridge game - Came in 1st today- I'd be a perfect mess. | 
| 
 | ||
| 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. |