Search:

Type: Posts; User: Norm

Search: Search took 0.17 seconds.

  1. Thread: Print to txt file

    by Norm
    Replies
    5
    Views
    1,173

    Re: Print to txt file

    Where is the code that builds the String to be written to the file? That would be where you would test values to see how to build the String.
    For my previous example:
    if true don't add a String...
  2. Thread: Print to txt file

    by Norm
    Replies
    5
    Views
    1,173

    Re: Print to txt file

    The code should build the String you want written to the file using the values returned from the method.
    If the method returns true, what String do you want written?
    If the method returns false,...
  3. Thread: Print to txt file

    by Norm
    Replies
    5
    Views
    1,173

    Re: Print to txt file

    Text files contain Strings. What problems are you having buidling the Strings you want to write to the text file?

    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get...
Results 1 to 3 of 3