Page 1 of 1

Double quotes in filePath (or fileName.pb): Unexpected compiler error

Posted: Sun Oct 15, 2023 9:49 am
by Piero
"filename".pb (or filename".pb) does not compile (nor shows properly on top of IDE tab)

Not a big problem, but can potentially generate a lot of puzzlement and swearing :)

6.03 Monterey M1

Re: Double quotes in PB src filename

Posted: Sun Oct 15, 2023 9:58 am
by plouf
But quotes asterisk etc are NOT normally allowed for filenames
Allowed are ( ) _ - , .
And generaly only _ and - for clear and multiplatform compatibility

My guess is that contridact with some filestring since " are also used to separate strings , and internall somewhere "hit" . .
Which is also the reason to avoid in general..