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



Users browsing this thread: 1 Guest(s)