0 Members and 1 Guest are viewing this topic.
Wait, I can mix and match strings and hex?So would this be valid?:Code: [Select]"Hello[20574F524C44]"->Str1Disp Str1>Charand would it displayCode: [Select]HELLO WORLD?
"Hello[20574F524C44]"->Str1Disp Str1>Char
HELLO WORLD
"HELLO"
Data(72,69,76,76,79)
[48454C4C4F]
"HELLO"→Str1
If you have 150 labels, your compiled code probably shouldn't fit in RAM anyways.
No, that label (and its call) had been there for a long, long time. I compiled, it worked fine. I added nothing besides sub(23)'s, not even a Lbl 23. I gto a MAX SYMBOLS error. Removing the sub(23)'s led to an error-free compile.