#How do I access the item variable in my for loop outside the for loop?

3 messages · Page 1 of 1 (latest)

brave kernel
#

Is it even possible?

tidal patrol
#

If you want a value to be available after the loop ends then you have to assign it to a variable that is declared outside the loop.

brave kernel
#

ok thanks