Re: [flexcoders] String syntax question

Hello Graham,

locateString has not been set to a value.  By default it is null and
the string conversion translates that to "null".
Did you want it to be an empty String?
public var locateString:String="";

Regards,
Tony

Sorry Tony, I should have said that the string gets set from the main
app using Tracey Spratt's excellent tutorial on passing values between
popup windows and the main app.

I've just been experimenting with his priciple and it works great.
Many thanks to Tracey from posting it on cflex.


Reply via email to