Subj : Re: object ? To : Thibaut From : Brendan Eich Date : Mon May 03 2004 02:14 pm Thibaut wrote: > char* script="<"; > when i evaluate script this is the result i get: > [object Object] ?? > why ? I don't get anything like that: js> eval("<") 1: SyntaxError: syntax error: 1: < 1: ^ You need to show your test-code, in complete detail. It's absurd to post a terse claim and question, especially when the analogous script in the JS shell does no such thing. /be .