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
-
Morpheus
- Newbie
- Posts: 8
- Joined: Sun Dec 30, 2007 3:14 pm
- Location: USA
Post
by Morpheus » Sun Jul 31, 2011 9:34 pm
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

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 » Mon Aug 01, 2011 2:42 am
STRING$(i%, 205) where i% = amount of characters you want
Mida sa loed ? Nagunii aru ei saa

-
Morpheus
- Newbie
- Posts: 8
- Joined: Sun Dec 30, 2007 3:14 pm
- Location: USA
Post
by Morpheus » Wed Aug 03, 2011 4:39 pm
That seemed to work, thank you.
Now i know what this is for.
Good Day.