Hi...
As some of you know, most stuff hates me.
Well, I know how to save arrays and I know how to load arrays. That is ok for me.
Here is my problem.
I dont use normal arrays any more.. They are with types now. I can not save them now.. Why is that? I have tried:
save array "Test.txt",array(9)
save array "Test.txt",array(9).name$
my type is
type name
name$
endtype
dim array(9) as name
This is AN EXAMPLE. My code is not as dumb as this one.
So how do i save an array if its a type.. I just get an error.
Please tell me it can be done, and please tell me the answer.
Thanks,
Nicolas