Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Writing data get from methods to txt file

    Glad to help.
  2. [SOLVED] Re: Writing data get from methods to txt file

    Using a class:

    Create an instance of it, as in

    ManipulatingFiles manFiles = new ManipulatingFiles();

    Then use the instance as needed to access the methods:

    manFiles.writeToFile(...
  3. [SOLVED] Re: Writing data get from methods to txt file

    Welcome to the Forum! Please read this topic to learn useful tips for newcomers.

    It's not clear what help you need. Can you focus on what you need help with and ask specific questions? How do I...
Results 1 to 3 of 3