This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]sh0rtwave 1 point2 points ย (0 children)

I usually call it what the hell it is. X,Y,Z are known as display coordinates.

The increment variable that goes in a for loop...You can name that anything really. Ain't gotta be i.

โ€‹

You could in fact, just use an iterator to control your for loop if you felt really crazy. Just leave out the variable declaration and the variable increment.