QB64 Phoenix Edition
control characters in Change dialog box - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10)
+---- Thread: control characters in Change dialog box (/showthread.php?tid=2667)

Pages: 1 2


RE: control characters in Change dialog box - digitalmouse - 05-09-2024

I did think of solving it programmatically, but figured the IDE could do it too, like (as noted) other editors do such as Notepad++.  Just about any linux editor can do it (I'm on Pop! OS Linux by-the-way).  Wasn't keen on needing another editor to do a simple search-n-replace, but these are the breaks!

I'll probably do the program-way, just to get re-acquainted with QB64 - been away for ages.

Thanks for the input, folks!