Hi,
I want to create a function to test the first character of a string to see if it is lower or upper case, and change it accordingly. However, the rest of the string has to stay the same.
Dim S As String = "C:\Users\profile"
should be returned as "c:\Users\profile"
any help is much appreciated.
cheers,
jono