Search:

Type: Posts; User: NorahPoly

Search: Search took 0.15 seconds.

  1. Replies
    9
    Views
    2,703

    Re: Save Textfield to an Array

    the file cannot be created idk why
  2. Replies
    9
    Views
    2,703

    Re: Save Textfield to an Array

    okay, find the attachment.. there are 15 text fields. I need to save each word of the textfield in a new line of a .txt file. words do not save in a .txt file,, and a .txt file doesnt happen to be...
  3. Replies
    9
    Views
    2,703

    Re: Save Textfield to an Array

    1277

    this is my code that takes words from everytext field and save it to an array and then write it to a file, but it doesnt work.

    String[] words = null;// = new String[15];

    private void...
  4. Replies
    9
    Views
    2,703

    Re: Save Textfield to an Array

    Thanks andreas for your replay,
  5. Replies
    9
    Views
    2,703

    Save Textfield to an Array

    I have a crossword generator project, and the user is going to list in their words in text fields to generate a crossword puzzle from those words.
    I need to write a proper code to take in the words...
Results 1 to 5 of 5