String Functions
String Conversion Functions
A) Lcase(String)=converts strings to lowercase
B) Ucase= converts strings to uppercase
C) String Conversion
strconv(string, conversion)
conversions can be vbuppercase, vblowercase, or vbpropercase
String Functions
I. Left(string, length)
-length=the number of characters to return starting from the left of the string
II. Right(string, length)
-length=The number of characters to return from the right of the string