How do I skip lines of code?
Posted: Mon Jan 28, 2019 2:50 pm
I'd like to skip a couple lines of code but can't seem to find a way to program it. SImply put I have 3 variables for 2 different cities and only 2 variables for a third city. I would like to skip the data manipulation code for that third variable when I get to the third city. I am using a for loop:
for %city city1 city2 city3
and thought an if statement would work but not sure how.
thanks in advance for any help
for %city city1 city2 city3
and thought an if statement would work but not sure how.
thanks in advance for any help