Subject Fill Fields
Author Arn
Hi all

I have a table with a lot of fields.
They are namend from I1 ro I144

I must fill them with various data, here is the snippet code I use.

while( cont < 145 ) do begin
'I' || :cont = :n_starting;
n_starting = :n_starting + :inc_n;
cont = cont + 1;
end

Don't work.
The problem is that I use 'I' || cont ..........

Someone may help??


TIA
Arn