[flexcoders] Reference to a class variable

2007-04-02 Thread manfred.maierhofer
Hi, I am using ActionScript classes to define my data models. Now I want to set the value of my variables dynamically. I have a function that generates a webservice call. I would like to pass a parameter to this function that contains a String or a reference to the variable that the result is

Re: [flexcoders] Reference to a class variable

2007-04-02 Thread Bjorn Schultheiss
There are different ways of performing such a task. You can use a token object when making a service call. If you wish you can attach your model to the token object if reference it again in the result Handler's event object. Bjorn On 03/04/2007, at 8:33 AM, manfred.maierhofer wrote: Hi,