ok this is a little confusing.
I am making a OFFLINE message program for something I am making, each user gets a message file. Here if anyone wants to write them a message, its saved on the last line like this.
sendernametimestamp infosubject*message
each line is a new message.
The problem I have is calling on these, see when a user goes to check these, I want a array to sign each line to it, but without knowing the line count, how can I do this.
so line 1 would be message 1
and line 2 whould be message 2
so any message to user1 would be saved in user1 message file...
If anyone can help...