Hi everyone
Is it possible to create a text file in j2me. If so how to create please tel me how to create the text file.
or any link which helps to create a text file.
Regards
Deepu G
Hi everyone
Is it possible to create a text file in j2me. If so how to create please tel me how to create the text file.
or any link which helps to create a text file.
Regards
Deepu G
You can create a file on phones that support JSR 75 File Connection API. Take a look at this page on Forum Nokia Wiki for sample code:
http://wiki.forum.nokia.com/index.ph...tion_&_PIM_API
Pit
Do you mean comma-separated values?
If so, just write the data as csv format...