.
Posted: Thu Oct 04, 2007 12:19 am
to be updated
Code: Select all
Macro DoubleQuote
"
EndMacro
Yes, so I thought as well. Then I had a lot of trouble to concatenate this with 'expression', see the macro code above. Perhaps it's the double hash '##' thing that results from it, I don't know.PB wrote:Just a tip: PureBasic has a constant called #DOUBLEQUOTE$ which you canCode: Select all
Macro DoubleQuote " EndMacro
use, instead of defining a macro for it.