[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
Pete's QBASIC Site • Printing ascii characters more than once?
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.