Thanks a lot for the replies. Used FileSystem.FileRefrence. read the entire file into string, split it into array using the 'regular expression'. Job done and project at NCAOR completed.
On Jun 23, 2:03 pm, Akshar Kaul <[email protected]> wrote: > you want to read a local file from air then you can use File class. > > Akshar Kaul > > > > On Wed, Jun 23, 2010 at 10:48, Nikhil <[email protected]> wrote: > > Sorry. It's an .air application. > > Will I require httpservices? > > > On Jun 22, 3:22 pm, "v...@t" <[email protected]> wrote: > > > Hello... > > > > read .txt file using HttpServices. > > > > split result string as you requirement and it in to arraycollection. > > > > Regards, > > > Virat Patel > > > > On Jun 22, 9:40 am, Nikhil <[email protected]> wrote: > > > > > Hi. > > > > I want to input floating point data from .txt file and input them into > > > > an arraycollection. > > > > > The data format is like - number (tab) number \n > > > > and 100 lines like these. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Flex India Community" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<flex_india%2bunsubscr...@googlegrou > > ps.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/flex_india?hl=en. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

