R
rupart
Hi,
I am planning to insert data into column depending on
which column.For example i wanted insert data in row 1
column 23, and row1 column 25..
Can i use sth like this:
******************************************
if column=25 then
for i=1 to 25 'goto the 25th column and insert data there
<td></td>
next i
write "fruits"...
*********************************************
will it work?if not wht wud be better idea in inserting
data in such scenario as above?
TIA
I am planning to insert data into column depending on
which column.For example i wanted insert data in row 1
column 23, and row1 column 25..
Can i use sth like this:
******************************************
if column=25 then
for i=1 to 25 'goto the 25th column and insert data there
<td></td>
next i
write "fruits"...
*********************************************
will it work?if not wht wud be better idea in inserting
data in such scenario as above?
TIA