Examveda
Examveda

Which of the following expressions evaluates to True when the strPart variable contains the string "123X45"?

A. strPart Like "999[A-Z]99"

B. strPart Like "######"

C. strPart Like "###[A-Z]##"

D. strPart Like "##??##"

Answer: Option C


This Question Belongs to Computer Science >> Visual Basic

Join The Discussion

Related Questions on Visual Basic