concatenate strings

2003-08-26 Thread James Norman
Hi All, I have two variables that I set using the c:set tags. c:set var=variable1 value=someValue / c:set var=variable2 value=1 / And I want to concatenate the two and store the value in another var. c:setl var=varSum value=${variable1 + variable2} / But this blows up with an error message.

Re: concatenate strings

2003-08-26 Thread Henri Yandell
Just do: c:setl var=varSum value=${variable1}${variable2} / ?? Think that would work. Hen On 26 Aug 2003, James Norman wrote: Hi All, I have two variables that I set using the c:set tags. c:set var=variable1 value=someValue / c:set var=variable2 value=1 / And I want to concatenate

RE: concatenate strings

2003-08-26 Thread Eric . Lewis
You could try c:set var=varSum value=${variable1}${variable2} / Best regards, Eric -Original Message- From: James Norman [mailto:[EMAIL PROTECTED] Sent: Dienstag, 26. August 2003 18:31 To: [EMAIL PROTECTED] Subject: concatenate strings Hi All, I have two variables that I set using

RE: concatenate strings in EL possible?

2002-08-19 Thread Mark Goking
thanks, that worked david --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL