> 
> But I need some way for a _plugin_ to know user's escape character.
> I could make up to 256*2 or so calls to ppsv->evalExpr, but maybe not.
>


What if you do an evalexpr of something like
"[EMAIL PROTECTED]&n*n(n)n{n}n|n\n:n;n"
and checked to see if the result contained a newline and if so where?

You'd have to use a longer string with all possible escape chars - 
PowerPro I think allows the escape char to be
- any char greater than 128
- else any non-numeric, non-alphabetic, non blank >0x20

It might be slimplest just to build the string of all chars >0x20 
excepting ".

This won't work if someone uses " as escape char.  But I don't think 
you can.



Reply via email to