Value added in Table

dheebansdheebans Member Posts: 36
Dear All,

i have one doubt ,

One table have multiple records

Like
Table : X

a := 45;
b := 25;
C := 12;
a := 34;
b := 25

I have to insert another table
like
Table :Y

a := 79;
b := 50;
c := 12

Now i am using
RecCount := Integer Variable,
RecCount := X.Count ;
For i := 1 To RecCount Do
IF a = a then
NewValue += Qty;

i have doubt have to add the same Values.

I hope your Valuable Answer.



Thanks & Regards
DheebanS
--
Thanks & Regards
DheebanS

Comments

Sign In or Register to comment.