[main page] [download] [links] [faq] [sample programs]


console_width

Simple console width test. Current console width is 60x20, this tests 80x20.

1
2
3
4
5
6
7
8
s$ = ""
t$ = ""
for i = 1 to 80
  s$ = s$ + str$(mod(i, 10))
  t$ = t$ + "i"
next i
print s$
print t$


[main page] [download] [links] [faq] [sample programs]

© 2001 P.B. IJdens, The Netherlands. All rights reserved.