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")){ laninsert="no,af,en-us"; }else if (var.equals("Albania")|var.equals("Kosovo")|var.equals("Spain")){ //this line throws error laninsert="no,sq,en-gb"; }
this is the error :
illegal character: \8206 illegal character: \8206 ';' expected
this could just be something stupid thats staring me in the face but aaargh im seeing double at this stage