Visual Basic lesson 13: String Manipulation Functions
In this lesson, we will learn how to use some of the string manipulation function such as Len, R ight, Left, Mid, Trim, Ltrim, Rtrim, Ucase, Lcase, Instr, Val ... (i)The Len Function The length function returns an integer value which is the length of a ph...