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

Code:
if String1 = String2 then
   'allright
else
   'nope
end if
how can I put the string2 and the string1 in lowercase ?