Search:

Type: Posts; User: Purple01

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    1,390

    [SOLVED] Re: How print " in output?

    Thanks for letting me know that. :)
    I also noticed that by splitting .. you also need those \\ things before it.
  2. Replies
    9
    Views
    1,390

    [SOLVED] Re: How print " in output?

    That is a letter I pulled out of an arrayList.



    for (int x = 0; x < arrayList_Chrom.size(); x++) {
    String Chr = arrayList_Chrom.get(x);
    }
  3. Replies
    9
    Views
    1,390

    [SOLVED] Re: How print " in output?

    I will mind the capital letter next time yes. :)
    Chr and chr are the same, I will adjust that in my post.
  4. Replies
    9
    Views
    1,390

    [SOLVED] Re: How print " in output?

    Thanks for that. :)
    Then the next question, how do I print a value behind it.
    Like:



    String Chr = Y;

    "\"Purple" + Chr"\"
  5. Replies
    9
    Views
    1,390

    [SOLVED] How print " in output?

    Does anyone know how to print the "in an output line?
    Like I want my output link to be: name = "Purple"
Results 1 to 5 of 5