Page 1 of 1

Printing ascii characters more than once?

Posted: Sun Jul 31, 2011 9:34 pm
by Morpheus
Hello, i was wondering if anybody can help me out here?
I am trying to print: PRINT CHR$(205) across the screen?
or even multiple ascii characters across the screen?
I remember doing it in the past but it has been a while for me.

By the way this website is really cool and is much better than some of those other "Poser" sites!

Code works here..

Thanks for help 8)

Posted: Mon Aug 01, 2011 2:42 am
by TmEE
STRING$(i%, 205) where i% = amount of characters you want

Thank you

Posted: Wed Aug 03, 2011 4:39 pm
by Morpheus
That seemed to work, thank you.