I (Mojito) [don't know why my first post name differs from reply name] have solved by issue. I was passing in strings with '\0' on their ends. So 'mpg\0' does not equal 'mpg'. It was a nightmare to debug because '\0' is invisible.
On Sep 2, 10:29 am, enigment <[email protected]> wrote: > Ah, that's the missing piece, the difference between a string > primitive and a string object. Got it. > > e > > On Sep 2, 12:17 pm, "T.J. Crowder" <[email protected]> wrote: > > > There's a difference between primitives ("mpg") and objects (new String > > ("mpg")). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
