Search:

Type: Posts; User: bean

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,372

    Re: illegal character: \8206???

    i think that was the problem i wrote it in gedit and pasted to ide in the end i got fed up and deleted the code and went to bed next day ireworte it and was fine
  2. Replies
    5
    Views
    1,372

    Re: illegal character: \8206???

    if(var.equals("Namibia")||var.equals("South Africa")){
    laninsert="no,af,en-us";
    }
    if(var.equals("Albania"‎‎)||var.equals("Kosovo‎")||var.equals("Spain")){
    ...
  3. Replies
    5
    Views
    1,372

    illegal character: \8206???

    my head is wrecked i have code below the if is fine but the else if throws error at bottom


    String var="";
    String laninsert="";
    if(var.equals("Namibia")|var.equals("South Africa")){
    ...
Results 1 to 3 of 3