I want to compare 2 string..
But if the string have uppercase un , that doesn't work..
exemple:
String1 to compare : welcome
String2 founded : Welcome
how can I put the string2 and the string1 in lowercase ?Code:if String1 = String2 then 'allright else 'nope end if




Reply With Quote