Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre questionOption explicit Option Compare Text Public function fctCompare(strA as string, strB as string) as boolean if strA = strB then fctcompare= true else fctcompare=false endif end function