QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: PMACKAY on September 16, 2018, 07:45:48 am

Title: PRINT ALL ASCII CHARACTERS (INCLUDING SPECAIL CHARACTERS)
Post by: PMACKAY on September 16, 2018, 07:45:48 am
how do i print all the characters in asc ii


for i=1 to 255:print chr$(i):next i

i am using _printstring but it still does not show the first 32 chars.. my help on qb64 is blank.
Title: Re: PRINT ALL ASCII CHARACTERS (INCLUDING SPECAIL CHARACTERS)
Post by: FellippeHeitor on September 16, 2018, 07:46:43 am
_CONTROLCHR OFF
Title: Re: PRINT ALL ASCII CHARACTERS (INCLUDING SPECAIL CHARACTERS)
Post by: PMACKAY on September 16, 2018, 07:53:36 am
that was quick, thank you.... now just to work out how to get 16x16 or 32x32 chars out of character.h