06-17-2022, 02:24 PM
(06-17-2022, 02:08 PM)bplus Wrote: How do you get double quotes in a path or filename? (Just really curious!)
My first guess to this would be to parse a file which has them in it. Let's say, for example, the following is my text file:
MyWebsite = "https://www.qb64phoenix.com/"
MyForums = "https://staging.qb64phoenix.coms/"
Now, all I need to do is parse everything after the equal sign and I have my links.. But, those links need to be cleaned up to remove the quotes around them, before I can use them, which leads to writing the type of code shared in the leading posts.