SKIP parameter not working in 9.5.1
Posted: Fri Apr 10, 2020 6:01 pm
anyone run into the problem of the SKIP parameter not working in 9.5.1
ex:
gives an error: repeat: (bad termination condition) near "SKIP"
ex:
Code: Select all
repeat with MyVariable = 0 to 100 SKIP 2
gives an error: repeat: (bad termination condition) near "SKIP"