10-23-2022, 03:52 PM
For x = 50 to -50
if x = 0 then _continue
Next
For x = 50 to -50
if x = 10 or x = 0 or x = -10 then _continue
Next
if x = 0 then _continue
Next
For x = 50 to -50
if x = 10 or x = 0 or x = -10 then _continue
Next