pb string equates

Started by Marc van Cauwenberghe, January 24, 2013, 01:07:56 PM

Previous topic - Next topic

Marc van Cauwenberghe

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

Paul Squires

Thanks Marc - yes, you should be able to add them to the keywords file.
Paul Squires
PlanetSquires Software