--- Alex Peters <[EMAIL PROTECTED]> wrote:
> PowerPro is evaluating the following expressions as true:
> 
> ("\D000" == "\D001")
> ("\X00" == "\X01")
> 
> Is there any particular reason why this is so, or is this
> just a small bug? Perhaps it has to do with the way strings
> are stored in memory?

When I first read this, I supposed PP treat "0x01" as "0x00".
However, I found the opposite: interpret "0x00" as "0x01".
I suspects that it's intended since PP seems to regard
"0x00" ("NUL") in the middle of the file as the end of the
file. It may be the so-called "null-terminated".

Sean





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
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/
 



Reply via email to