I was doing this comparison and it was True in Tango 2k!!

<@CALC "'39149E20021231'='39006E20021231'">

In this particular data set the last eight characters are always equal anyways, so I 
was able to work around it by truncating the last eight chars in the comparison like 
so: 

<@CALC EXPR="'<@LEFT STR="39149E20021231" NUMCHARS="<@CALC 'len(39149E20021231) - 
8'>">'='<@LEFT STR="39006E20021231" NUMCHARS="<@CALC 'len(39006E20021231) - 8'>">'">

But still, these two strings are NOT equal by any stretch of the imagination. Any one 
care to guess what Tango has done to compare these two strings equal? 

I'd hate to run into this one again!


________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to