Re: [flexcoders] httpservice formatted as Object 0 = "0" but 1 = 1

2009-03-20 Thread Paresh M More
o a VO. I will use e4x from now on. > > Thanks again for taking the time to enlighten me. > Greg > > -- > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Tracy Spratt > *Sent:* Thursday, March 19, 2009 9:20 PM > *To:* flexcoders@yahoogr

RE: [flexcoders] httpservice formatted as Object 0 = "0" but 1 = 1

2009-03-20 Thread Gregory Kelley
yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Thursday, March 19, 2009 9:20 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] httpservice formatted as Object 0 = "0" but 1 = 1 This is probably happening because you have left the resultForm

RE: [flexcoders] httpservice formatted as Object 0 = "0" but 1 = 1

2009-03-19 Thread Tracy Spratt
9 3:18 PM To: flexcoders@yahoogroups.com; flexcoders@yahoogroups.com Subject: RE: [flexcoders] httpservice formatted as Object 0 = "0" but 1 = 1 Could this have something to do with the fact that 0 coerced to a Boolean is false and '0' is true, whereas both 1 and '1' are

RE: [flexcoders] httpservice formatted as Object 0 = "0" but 1 = 1

2009-03-19 Thread Gregory Kelley
; flexcoders@yahoogroups.com Subject: RE: [flexcoders] httpservice formatted as Object 0 = "0" but 1 = 1 Could this have something to do with the fact that 0 coerced to a Boolean is false and '0' is true, whereas both 1 and '1' are true? -Original Message- From:

RE: [flexcoders] httpservice formatted as Object 0 = "0" but 1 = 1

2009-03-19 Thread Maciek Sakrejda
Could this have something to do with the fact that 0 coerced to a Boolean is false and '0' is true, whereas both 1 and '1' are true? -Original Message- From: flexcoders@yahoogroups.com on behalf of Gregory Kelley Sent: Thu 3/19/2009 9:32 AM To: flexcoders@yahoogroups.com Subject: [flexco