Search:

Type: Posts; User: lordofrandom

Search: Search took 0.08 seconds.

  1. Re: How can I add empty string ("") to the end of textfile

    Oh wow thats a good idea, I'll try that out thanks.
  2. Re: How can I add empty string ("") to the end of textfile

    This is a bit difficult to explain but I am writing a program that allows the user to write to a text file using randomaccessfile. The user enters name, age, and address, and each of these items is...
  3. How can I add empty string ("") to the end of textfile

    I am writing to a RandomAccessFile. When I try to do raf.writeBytes("") the textfile ignores this empty string and just removes it from the file. Is there a way so that the textfile will save this...
Results 1 to 3 of 3