QB64 Phoenix Edition
So why is the color change "permanent"? - Printable Version

+- QB64 Phoenix Edition (https://staging.qb64phoenix.com)
+-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://staging.qb64phoenix.com/forumdisplay.php?fid=3)
+---- Forum: Help Me! (https://staging.qb64phoenix.com/forumdisplay.php?fid=10)
+---- Thread: So why is the color change "permanent"? (/showthread.php?tid=161)

Pages: 1 2


RE: So why is the color change "permanent"? - admin - 04-24-2022

(04-24-2022, 05:00 PM)bplus Wrote: @Admin Help! Where are those tag markings coming from in my post above? (The quotes and numbers and square brackets)

I am not seeing them in the edit screen.

Something in James post has the quote syntax off.

[quote pid="659" dateline="1650816800"]


Values passed to a sub retain any changes made in that sub.

[/quote]




It's something in the: quote pid="659" dateline="1650816800"

Normally there's a name in there, along with a forum id and timestamp. Compare two statements side by side:

quote="bplus" pid="668" dateline="1650819618"
quote pid="659" dateline="1650816800"

Apparently it doesn't like the pid without the name, so some such restriction. I played around a bit with it, and by just changing it to a plain quote and nothing else, the issue goes away.


RE: So why is the color change "permanent"? - bplus - 04-24-2022

Thanks Admin

Looks like you are good @James D Jarvis. Yeah I was a little surprised with passing By Ref myself.