posted 24 years ago
Hi,
I want to write data to a file.
If i open the file to see my data, at the end of data there should be no return character fields.
Generally if we open a file, at the end of data we can add lines to this file, but in my case at the end of data i have to add "$username"(this is prompt).
Example: my data in a file :
// assume this is editor
field1 field2 field3 .......
username$ (Prompt)
I have to do like this:
field1 field2 field3 ....... username$
Here there is no prompt, the prompt should appear at the end of file......
Is it possible...
Any help would be greatly appreciate.
Thankx in advanch....
Ravi