Hi All,
Thanks for reading the post.
Here is my problem, I have loaded a Text File into a Dynamic Array using one form (TForm1), but then can not read the same array from another form (TForm2).
So what I have at the moment at runtime is the main form opens (TForm2), I can then click to open another form (TForm1), from which I fill the array (Array1) using the Text File, then when I close that off (TForm1 closed)I am unable to access the array form the original form (TForm2).
From Books/Google I'm thinking that I need to use a Pointer - but i'm a newbie and to be honest, i don't understand them very well and i think it will cause havoc.
Any ideas on getting round this??
Many Thanks,
kay
Thanks for reading the post.
Here is my problem, I have loaded a Text File into a Dynamic Array using one form (TForm1), but then can not read the same array from another form (TForm2).
So what I have at the moment at runtime is the main form opens (TForm2), I can then click to open another form (TForm1), from which I fill the array (Array1) using the Text File, then when I close that off (TForm1 closed)I am unable to access the array form the original form (TForm2).
From Books/Google I'm thinking that I need to use a Pointer - but i'm a newbie and to be honest, i don't understand them very well and i think it will cause havoc.
Any ideas on getting round this??
Many Thanks,
kay