Reading the text file line by line and push to an array in AS3
- by vineth
Hi,
I need code is as3 to reading a text file line by line and insert in to an array using AS3.
is it possible to do it with out having any special character.
sample.txt
Car
van
scooter
bike
I need to read the file and insert in to array like...Array[0]=car,Array[1]=car.....
Thanks In advance