[flexcoders] Re: Getting at variables inside a function that accepts a function

2009-02-06 Thread flexaustin
No as the functions are in separate classes and the var a, b, c, d are private so in my class that calls the remote function I get Undefined property a. What about putting the vars in as params? Then I think there is a way to access the params by order, correct? So something like this to get at

RE: [flexcoders] Re: Getting at variables inside a function that accepts a function

2009-02-06 Thread Alex Harui
] On Behalf Of flexaustin Sent: Friday, February 06, 2009 12:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Getting at variables inside a function that accepts a function No as the functions are in separate classes and the var a, b, c, d are private so in my class that calls the remote

Re: [flexcoders] Re: Getting at variables inside a function that accepts a function

2009-02-06 Thread Josh McDonald
at variables inside a function that accepts a function No as the functions are in separate classes and the var a, b, c, d are private so in my class that calls the remote function I get Undefined property a. What about putting the vars in as params? Then I think there is a way to access