.
-
- Enthusiast
- Posts: 767
- Joined: Sat Jan 24, 2004 6:56 pm
Re: Porting a fluids function library....
Code: Select all
Macro DoubleQuote
"
EndMacro
use, instead of defining a macro for it.
-
- Enthusiast
- Posts: 767
- Joined: Sat Jan 24, 2004 6:56 pm
Re: Porting a fluids function library....
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.
Instead of putting much more time in it, I decided to use and adapt the snippet from the help file.
Re: Porting a fluids function library....
> Perhaps it's the double hash '##' thing that results from it
Good point, I didn't see that.
Good point, I didn't see that.