Author Topic: PRINT ALL ASCII CHARACTERS (INCLUDING SPECAIL CHARACTERS)  (Read 2383 times)

0 Members and 1 Guest are viewing this topic.

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
PRINT ALL ASCII CHARACTERS (INCLUDING SPECAIL CHARACTERS)
« 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.
MackyWhite

FellippeHeitor

  • Guest
Re: PRINT ALL ASCII CHARACTERS (INCLUDING SPECAIL CHARACTERS)
« Reply #1 on: September 16, 2018, 07:46:43 am »
_CONTROLCHR OFF

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
Re: PRINT ALL ASCII CHARACTERS (INCLUDING SPECAIL CHARACTERS)
« Reply #2 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
MackyWhite