Hello..
I just started with 2010 c++ builder.
I would like to ask for right write in of the command.
I want to use result from Unit1->Form1 on the Form2.
For exemple,Form1->res1=20,and on the Form2->res4=(res1/res3)
And then
on the Form1= label->Caption=((res4))
I tried meny types of code And i cant get it right.res1 is always = 0 on the Form 2
Thanks for help
I just started with 2010 c++ builder.
I would like to ask for right write in of the command.
I want to use result from Unit1->Form1 on the Form2.
For exemple,Form1->res1=20,and on the Form2->res4=(res1/res3)
And then
on the Form1= label->Caption=((res4))
I tried meny types of code And i cant get it right.res1 is always = 0 on the Form 2
Thanks for help