hi all
how to can read from text file line by line and show them in a listbox
thanks
hi all
how to can read from text file line by line and show them in a listbox
thanks
Hi,
You can use RFile to read the file how to use that is in the following link http://wiki.forum.nokia.com/index.ph..._writing_files
and for sample list box implementation you could follow this link
http://wiki.forum.nokia.com/index.ph...simple_listbox
Regards,
Sriky
and for reading line by line u can use "TFileText"
but file should be use the windows end of line marker.
hi nitesh
what is code windows end of line marker?
thanks
Hi,
Code for the end of line is "\n"
You can also take a look at this example:
http://wiki.forum.nokia.com/index.ph...ead_a_CSV_file