02-25-2010, 12:12 PM
hi Saket,
Yeah, thanks. That makes sense.
But if you comment the 3rd line i.e. try this code
according to your explanation, this should write 1255 in 2nd row. But this is writing in the first row itself. why is it so??
Yeah, thanks. That makes sense.
But if you comment the 3rd line i.e. try this code
Code:
DataTable("MyCol","Action1")=123456
row=DataTable.GetSheet("Action1").getCurrentRow
DataTable.GetSheet("Action1").SetNextRow
DataTable("MyCol","Action1")=1255
according to your explanation, this should write 1255 in 2nd row. But this is writing in the first row itself. why is it so??