Search:

Type: Posts; User: GregBrannon

Search: Search took 0.20 seconds.

  1. Replies
    4
    Views
    1,399

    [SOLVED] Re: Passing Strings in methods

    Ignoring the code you've most recently posted and reverting to your original, consider the stringToFile() method's signature:

    public static String stringToFile(String completeFileName)

    The...
  2. Replies
    4
    Views
    1,399

    [SOLVED] Re: Calling method error

    Very little of what you posted looks kosher to me, but the one error you've mentioned is obvious and well described by the error message. The method stringToFile() requires a String object as a...
Results 1 to 2 of 2