please give me a sample code for read/write CSV file in nokia S40 application.
Asked
Active
Viewed 613 times
1 Answers
2
There are open source libraries for parsing CSV files, but I don't think any of them work on Java ME. However the CSV format is pretty simple to parse, as shown in Parsing CSV file in J2ME.

Eric Giguere
- 3,495
- 15
- 11