Re: Standard expression language question

2002-01-28 Thread Shawn Bayern
Hi Pedro, The answer will depend on the final expression language. For now, the behavior you note is caused by the experimental 'ECMAScript' expression language included with EA3; it performs concatenation on values it sees as Strings. In this experimental language, you can work around the pro

Re: Standard expression language question

2002-01-28 Thread Pedro Diaz
Thanks Mark. You are right. I don't want to concat, I want to add. Someone knows how to do it without scriptles? Greetings. Pedro. Mark Shead wrote: > It appears you are treating foo as a string. The + sign is concatenating 1 > with 1 which gives you a result of a String containing the charac

RE: Standard expression language question

2002-01-28 Thread Mark Shead
It appears you are treating foo as a string. The + sign is concatenating 1 with 1 which gives you a result of a String containing the characters 1 and 1. Mark -Original Message- From: Pedro Diaz [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 10:19 AM To: [EMAIL PROTECTED] Su