Examlex

Solved

Write the Visual Basic Statement That Uses the Contains Method

question 57

Short Answer

Write the Visual Basic statement that uses the Contains method to determine whether the strEmployeeCode variable contains the string "NC" (entered in uppercase).Assign the method's return value to a Boolean variable named blnIsNC.


Definitions:

Related Questions