I seem to remember some way to access all the variables in a debugging environment, but I can't figure out how to do that anymore. How can I see the variables as they are present at runtime ?
[EMAIL PROTECTED] wrote: > > > I got this example from "Programming Flex 2" > > http://www.geotonics.com/examples/DynamicStates/DynamicStates.html > <http://www.geotonics.com/examples/DynamicStates/DynamicStates.html> > > There is a "view source" > It has dynamic states, each with its own form, but as far as I can tell, > it does not deal with the data in the form at all. When you hit the next > just sends you to the next form. > > How do I figure out what has been input in the form ? > >

