> > Just a quick suggestion, this shouldn't make a difference, but change > this: > > string1 = res1 str1 > > string2 = res1 str2 > > > > > > to this: > > string1= res1 str1 > > string2= res1 str2
As far as I know they are the same, as both halves of the equality are trimmed when parsed, and formerly (when using one single RB) they worked. Anyway, I've tried, and it's still the same. Thank you anyway. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

