--- In [email protected], "entropyreduction" <[EMAIL PROTECTED]> wrote: > > Bruce, > > Is there any reason why (from a plugin, via WM_COPYDATA) > I can't do: > > .someScript("xxxQ") > > where Q is a CHAR with value < 0x20 or greater than 127 (i.e. the > actual byte value, not an escaped version)? Won't work if > > Q == " > Q == newline > Q == CR > Q == tab?? >
Not sure about tab which I think should work. But you will have trouble with newline and CR, as you found, as well as \01 and \fe, which PowerPro uses internally (not a good idea, but that is how it is). And of course the escape character. BTW, if there is a \01, PowerPro takes the rest of the string as the initial folder for wm_copydata sent command lines. >
