Re: How to compose a java function

2014-02-20 Thread Steffen Panning
Thanks. Note to self: Don't post when you are dead tired. greetings Steffen On Thursday, February 20, 2014 11:02:51 PM UTC+1, Steffen Panning wrote: > > Hi all, > > I want to compose a java function call out of a string in a macro: > > I tried something like this simplified example, but it does

Re: How to compose a java function

2014-02-20 Thread Mikera
On Friday, 21 February 2014 06:02:51 UTC+8, Steffen Panning wrote: > > Hi all, > > I want to compose a java function call out of a string in a macro: > > I tried something like this simplified example, but it doesn't work. > creating a symbol out of a string is not enough. > Note: I know that upper

How to compose a java function

2014-02-20 Thread Steffen Panning
Hi all, I want to compose a java function call out of a string in a macro: I tried something like this simplified example, but it doesn't work. creating a symbol out of a string is not enough. Note: I know that uppercase variable names are bad, but it simplifies the example. So how I do it righ