Printing ascii characters more than once?

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
User avatar
Morpheus
Newbie
Posts: 8
Joined: Sun Dec 30, 2007 3:14 pm
Location: USA

Printing ascii characters more than once?

Post 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)
Now i know what this is for.

Good Day.
TmEE
Veteran
Posts: 97
Joined: Mon Mar 17, 2008 11:14 am
Location: Estonia, Rapla
Contact:

Post by TmEE »

STRING$(i%, 205) where i% = amount of characters you want
Mida sa loed ? Nagunii aru ei saa :P
User avatar
Morpheus
Newbie
Posts: 8
Joined: Sun Dec 30, 2007 3:14 pm
Location: USA

Thank you

Post by Morpheus »

That seemed to work, thank you.
Now i know what this is for.

Good Day.
Post Reply