Search:

Type: Posts; User: alex13809

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    1,512

    Re: String to Enum problems...

    Can you assign values to arrays in runtime? Also I wasn't aware that you could assign characters or words to arrays, I though it you could only do numbers.
  2. Replies
    9
    Views
    1,512

    Re: String to Enum problems...

    I just haven't figured out a way to do it, I think I should be able to get it running after I finish this book.
  3. Replies
    9
    Views
    1,512

    Re: String to Enum problems...

    Yeah, except I have to mix words and letters and numbers together...
    i.e. (If i get 'red', 'blue', '1', 't') and lets say a length of 4 it would go:
    redredredred
    redredredblue
    redredred1...
  4. Replies
    9
    Views
    1,512

    Re: String to Enum problems...

    I just realized that a Map is something in Java, i though you were referring to a phisical map xD. I haven't learned about maps yet, (they're later on in the book...) If enums are compile time...
  5. Replies
    9
    Views
    1,512

    String to Enum problems...

    (So Im just strating out with Java, I've already read a book, and almost done a second). Anyway I'm trying to create a program that create word lists using the users input and then writing them to a...
Results 1 to 5 of 5