Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
is that a way to convery an string to upper case?
so if I want to make an if statment that is true no matter if the case of the letter is not the same ?
dim properties1= "String"
dim properties2= "STRING"
if properties1= Properties2 then
end if
Solved! Go to Solution.