Re: Number expression in Ant?

2010-10-24 Thread David Weintraub
On Sun, Oct 24, 2010 at 10:31 PM, hezjing wrote: > Imagine that I have a property with the value "100", then I want to add 50 > to it and get the result as 150. Ant isn't a programming language, so it doesn't have a lot of things you'd think a programming language would have -- such as numeric pr

Number expression in Ant?

2010-10-24 Thread hezjing
Hi Imagine that I have a property with the value "100", then I want to add 50 to it and get the result as 150. How can I do this in Ant? -- Hez