Yes, declare the array in form one and reference it from form2
form1.tempArray = textbox1.lines
Cheers OHM
Jan wrote:
> I tried to do it on the following way:
>
> public tempArray() as string = textbox1.lines
>
> this works fine in the actuell form2, but I want to ship the content
> to form1. So i declared tempArray in a module but I get a error
> message on textbox1.lines. I have to declare it, but it is a textbox
> in form2.
>
> Is there anyone outhere who can help me out??
>
> Thank you very much
|