In a Flex application I am trying to turn an Object into a QueryString such as name1=value1&name2=value2… But I am having trouble getting the names of the Objects children. How do I enumerate the names instead of the values?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m guessing you’re doing a
for each(in)loop. Just do a normalfor(in)loop and you’ll get the names instead of the values: