08-27-2023, 07:32 PM
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.
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 does it require:
Glad you were resourceful enough to use the old way.
Sorry about that!
Code: (Select All)
= A$ + "haIkLUVTdSK[lk6Xko]eQSHjZ89b=B9E;MCl3?U`BR49YDSaQO_om_]]]]]]"
Hrm.. thinking. A regex match with a negative lookback for a
"or
'or
datastatement on the same line might work. For
DATAstatements, 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!