Match the following functions with their appropriate purpose:

I. Len A. Select a specific number of characters from a text string from
II. InStr left to right
III. Left B. Select a specific number of characters from any specific point
IV. Mid in the text string
C. Count the number of characters up to and including a
target symbol
D. Count the total numbers of characters contained in a field

D, C, A, B

Computer Science & Information Technology

You might also like to view...

Which of the following statements assigns the contents of the txtGrade control, in uppercase, to the strGrade variable?

A. If strGrade = txtGrade.Text.ToUpper Then B. strGrade.ToUpper = txtGrade.Text C. strGrade = txtGrade.Text.ToUpper D. txtGrade.Text.ToUpper = strGrade

Computer Science & Information Technology

Which of the following category of users works on a computer while away from a main office, home office, or school?

A. SOHO B. power C. mobile D. key

Computer Science & Information Technology