PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Marc van Cauwenberghe on January 24, 2013, 01:07:56 PM

Title: pb string equates
Post by: Marc van Cauwenberghe on January 24, 2013, 01:07:56 PM
Hi Paul,

It seems there are a few string equate that are not define for the FF editor.
$DQ2                 Chr$(34,34)              Two Double-Quotes ("")
$SQ2                 Chr$(39,39)              Two Single-Quotes ('')
$QCQ                 Chr$(34, 44, 34)        Double-Quote, Comma, Double-Quote
$WHITESPACE     Chr$(32, 9, 13, 10)     Space, Tab, CR, LF

Would you mind adding them to the next version.

I can add them in the powerbasic.txt file under PBKEYWORDS can't I?

Thanks,
Marc
Title: Re: pb string equates
Post by: Paul Squires on January 24, 2013, 05:17:08 PM
Thanks Marc - yes, you should be able to add them to the keywords file.