0
Array.prototype.has=function(v){
for (i=0;i<this.length;i++){
if (this[i]==v) return i;
}
return false;
}
if (array_temoin_marker_deportation.has(myStringVar)) {
is_ok = true;
}
Voir en ligne : Source : premier commentaire de ce post
DATE 03 Mar 2011
