Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
_TITLE and extended ASCII characters.
#21
@Spriggsy

Yep, we've now come full circle. That's what I was getting by using...

Code: (Select All)
_TITLE CHR$(240) + " Foo"

A real puzzle, this one.

mn might be on to something here as well. Since your code prints the power of 2 symbol in the IDE, we may be needing to also map to a different code page. Too many rabbit holes for this one operation. https://www.codetable.net/decimal/8801 is a perfect symbol for "MENU" as it is often seen on mobile HTML pages. I'll probably settle for the box symbol I get with CHR$(4) instead.

Pete
Reply


Messages In This Thread
_TITLE and extended ASCII characters. - by Pete - 11-15-2022, 04:25 PM
RE: _TITLE and extended ASCII characters. - by Pete - 11-15-2022, 08:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Displaying French characters? bplus 6 1,138 05-06-2025, 06:14 PM
Last Post: Petr
  printing characters > chr$(127) madscijr 18 2,202 03-11-2025, 07:33 PM
Last Post: madscijr
  Need some help getting characters to follow each other correctly Cobalt 6 1,070 11-22-2024, 01:19 AM
Last Post: Cobalt
  control characters in Change dialog box digitalmouse 10 1,890 05-09-2024, 02:17 AM
Last Post: digitalmouse
  Error when inputting ASCII text from COM port MichelleL 11 1,945 01-24-2024, 08:01 AM
Last Post: mdijkens

Forum Jump:


Users browsing this thread: 1 Guest(s)