Re: [flexcoders] += operator is changing the encodings

2006-10-28 Thread Luis Eduardo
, October 25, 2006 12:33 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] += operator is changing the encodings Igor, thx for your answer, but i think something isnt clear... my problem is on the += operator in this line of code: xgravar.root.request += XMLLC; the XMLLC

[flexcoders] += operator is changing the encodings

2006-10-25 Thread Luis Eduardo
hi, In my app, when i use the += operator, the data inside xmls turns with diferent encoding. The and caracters become wierds like lt and gt respectively. How can i fix this? this is the code: public function doGravar():void { var xgravar:XMLList = new

Re: [flexcoders] += operator is changing the encodings

2006-10-25 Thread Igor Costa
Hi LuizIsn't the operator that's wrong, you just missed out how to pass String and concatening in both side of wall.Check out this heck of how could be done.public function myList():void{ var myXML = new XMLList(dsRQrootrequest//root/dsRQ); szCommand = insert; if( [EMAIL PROTECTED] = szCommand

Re: [flexcoders] += operator is changing the encodings

2006-10-25 Thread Luis Eduardo
Igor, thx for your answer, but i think something isnt clear... my problem is on the += operator in this line of code: xgravar.root.request += XMLLC; the XMLLC object is declared as: mx:XMLListCollection id=XMLLC

RE: [flexcoders] += operator is changing the encodings

2006-10-25 Thread Gordon Smith
@yahoogroups.com Subject: Re: [flexcoders] += operator is changing the encodings Igor, thx for your answer, but i think something isnt clear... my problem is on the += operator in this line of code: xgravar.root.request += XMLLC; the XMLLC object is declared as: mx:XMLListCollection id