Subject Re: [IBO] Macro Symbol Defaults
Author Helen Borrie
At 11:33 AM 08-07-01 -0600, you wrote:
>Is it possible to default to [[ ]], but have something like
>connection.macrodefault := '// \\' or '/* */' or ..., which
>would put the honor on the user ?
>
>----------------------------------------------------------
That is the way it works currently - the macrobegin and macroend characters default to "<" and ">" respectively but you can set your own character. (The parser looks out for doubled macrobegin and macroend characters to recognise a macro token).

Personally I would prefer "[" and "]" because they are unshifted; but I just wonder whether the parser might get bamboozled when encountering double square brackets that belong to the Delphi code, rather than the macro syntax...I guess that's the cost of operating with multiple parsers...

Regards,
Helen

All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________