[flexcoders] how can I parse this Srting in Flex

2009-10-30 Thread thomas_13s
Hi All, Label1|url1|label2Explorer|url2|Label3|url3 how can I parse this string in flex and get the label1|url1 , label2|url2, label3|url3 seperately , Please some sample code to do this. Thanks Tom

Re: [flexcoders] how can I parse this Srting in Flex

2009-10-30 Thread thomas parquier
You can use split and access elements in result array with i and i+1, using a for loop with step of 2. thomas parquier --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056

RE: [flexcoders] how can I parse this Srting in Flex

2009-10-30 Thread Gordon Smith
...@yahoogroups.com] On Behalf Of thomas_13s Sent: Friday, October 30, 2009 9:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] how can I parse this Srting in Flex Hi All, Label1|url1|label2Explorer|url2|Label3|url3 how can I parse this string in flex and get the label1|url1 , label2|url2