Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A clean font printing SUB I use sometimes.
#3
Hey @Dav thanks for the heads up. It's using a backtick in the code that's "in the code" unfortunately that won't work with the simple approach I implemented for backtick support.

Code: (Select All)
= A$ + "haIkLUVTdSK[lk6Xko]eQSHjZ89b=B9E;MCl3?U`BR49YDSaQO_om_]]]]]]"
Right here, the backtick starts opening, and it's within a qb bbcode, that is going to cause problems. I will try to think about a way around this, but it could be difficult. I know I could do it using JS to "fix it up" after the fact, though by simply removing the backtick stuff from the code stuff.

Hrm.. thinking. A regex match with a negative lookback for a `"` or `'` or `data` statement on the same line might work. For `DATA` statements, do you know if we can just dump string literals in like this:

`DATA foo, bar, baz, 1, 2, 3`

Or does it require:
`DATA "foo", "bar", "baz", 1, 2, 3`

Glad you were resourceful enough to use the old way. 

Sorry about that!
grymmjack (gj!)
GitHubYouTube | Soundcloud | 16colo.rs
Reply


Messages In This Thread
RE: A clean font printing SUB I use sometimes. - by grymmjack - 08-27-2023, 07:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  ASCII font display Helium5793 5 1,218 03-04-2025, 03:50 PM
Last Post: Steffan-68
Lightbulb Printing to image handle Bhsdfa 8 1,452 12-26-2024, 03:14 AM
Last Post: Pete
Lightbulb Fancy font names mnrvovrfc 8 1,659 05-29-2023, 07:15 PM
Last Post: bplus
  wanted: program to process Windows Font files paulel 14 3,017 10-26-2022, 07:29 PM
Last Post: SpriggsySpriggs
  TCP/IP Printing AtomicSlaughter 2 1,030 05-22-2022, 07:02 PM
Last Post: AtomicSlaughter

Forum Jump:


Users browsing this thread: 1 Guest(s)