--- In [EMAIL PROTECTED], "swzoh" <[EMAIL PROTECTED]> wrote: > --- "brucexs" <[EMAIL PROTECTED]> wrote: > > - if you do not use standard config, you can select your own > > escape char > > Maybe it's designed this way that I don't know ... > Can't I keep this escape char box "blank"? > After I clear this box and exit the GUI, then revisit the GUI > and I find this box is filled with some strange character, > "01" in hex code. > On the other hand, I tried the above with expression follows > char too, the box is really kept "blank" in this case, > but I notice the hex code is indeed "01", not "00".
This is just a dispaly issue. For some reason which I cannot remember, internally I wanted to use 01 rather than 00 to represent no char. Dispaly of 01 should not cause problems (of course, if you physically type 01 into a string, you will have problems, but you should be using an escape sequence for that anyway). ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
