Visual Basic (VB) Question:

What is the return type of Instr and Strcmp?

Tweet Share WhatsApp

Answer:

Instr integer (Numeric position)
Strcmp - integer ( if both the string are equal they result = 0)
Strcmp (Str1, Str2, Comparetype)
Comparing mode = 0 Binary Comparing
1 Textual Comparing

Download Visual Basic (VB) PDF Read All 102 Visual Basic (VB) Questions
Previous QuestionNext Question
Suppose from form1 to form2 object property settings will arise to ?What is Visual Basic Implicit?