03-16-2023, 09:57 AM
(03-16-2023, 12:41 AM)eoredson Wrote: This can be done in S.I.C.K. but I dare the authors of Qb64pe to do this:
Displays 5 rows of 10 skipping every x
Code: (Select All)10 for x=1 to 10 step 2
20 for y=1 to 10
30 select case y
40 case isnt=x
50 print y;
60 end select
70 next
80 print
90 next
CASE IS <> x
GuiTools, Blankers & other Projects:
https://staging.qb64phoenix.com/forumdisplay.php?fid=32
Libraries & useful Functions:
https://staging.qb64phoenix.com/forumdisplay.php?fid=23
https://staging.qb64phoenix.com/forumdisplay.php?fid=32
Libraries & useful Functions:
https://staging.qb64phoenix.com/forumdisplay.php?fid=23