2.4 - String Lengths

1... Create the following Form in Visual Basic (notice the red dashes instead of completely blank labels)

2... You must compelete the above program, so that when the user clicks EVALUATE all the blank labels will contain the
appropriate information.

3... You may need the following code:

InStr (1, baseString, targetString)

Mid (String, StartingChar, NumberOfChars)

4... The completed form should resemble the following: