Search results for query: *

  1. J

    Question Anagram Solver - Need Help Please!

    I am making an anagram solver. I have written a function to solve the anagram, with two parameters; "Anagram" (the scrambled string) and "Dictionary" (the arraylist of words). I am confused! Sometimes it solves it correctly, 99% of the time, it doesn't - im not sure where I have gone wrong...
  2. J

    Question How do i add a space between every character in a string?

    Thanks so much! i had tried the string.insert method with a loop, but couldn't get it to work! I've never used a forum before, as i imagined them as question asking things, where your questions aren't answered for years! Thanks for the fast reply-it was urgent!! :D
  3. J

    Question How do i add a space between every character in a string?

    How do I add a space between every character in a string of text? For example: Change "abcdefg" To "a b c d e f g" I have two text boxes on my form, one for input, the other for output of the re-formatted string. Some code would be really helpful! Thanks in advance. :D
Back
Top