QB64.org Forum
Active Forums => QB64 Discussion => Topic started 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.
-
_CONTROLCHR OFF
-
that was quick, thank you.... now just to work out how to get 16x16 or 32x32 chars out of character.h