| Posted: 08:12pm 10 Feb 2024 |
Copy link to clipboard |
 Print this post |
|
I made some changes to your code
option explicit option base 0
dim BS20min%(12,1)=(300,120,120,120,90,30,120,6,60,6,60,6,165, 90,95,100,105,110,120,90,150,90,150,90,150,90) dim x%, y%
for x% = 0 to 12 for y% = 0 to 1 print right$(space$(3) + str$(BS20min%(x%, y%)), 3) + " "; next y% print next x%
output:
 Edited 2024-02-11 06:15 by LeoNicolas |