Forum Discussion

Egg's avatar
Egg
Frequent Contributor
2 years ago
Solved

For loop

Hello. I have a question about 'For Loop' 

 

I read csv file's first cell value. 

and I change that value string to int. 

and I wanna +1 from that value. 

So I write like below.

 

 

 

the first cell's value is  '1'. 

I expected  1, 2, 3, 4  log. 

but that print only 1, 1, 1, 1 

How can i fix this script? 

Pleas share your thinking . 

Thank you .