Shop OBEX P1 Docs P2 Docs Learn Events
What ascii values do these characters represent ? — Parallax Forums

What ascii values do these characters represent ?

celtic3celtic3 Posts: 17
edited 2025-04-14 11:06 in Propeller 1

Having trouble trouble shooting my program as I can't figure out what values these represent in ASCII Table. The first 4 values are for variable lRegisterH which is a LONG, and the second is lRegisterL. The Character looking like a space imediatley after K is a square looking character the one next to it is a space character.
Ignore the () they are for showing what the vales are.
lRegisterH ( ªªþ)
lRegisterL (K þ)

Comments

  • JonnyMacJonnyMac Posts: 9,283
    edited 2025-04-14 17:14

    Instead of printing as characters, why not print the ASCII code? BTW, it's easier to help if you provide a code snippet or even the whole program (if possible) for context.

  • The p looking one could be Latin thorn, decimal 254. Don’t see anything square looking accept the # sign.

  • Another table version shows 254 as a black square

Sign In or Register to comment.