MCQs > IT & Programming > Visual Basic 6 > Consider the following subprogram: Sub ChangeText(ByVal X as String,Y as String) Y = X End Sub If you are calling it using the following code: Call ChangeText(Form1.Caption,Y$)

Visual Basic 6 MCQs

Consider the following subprogram:

        Sub ChangeText(ByVal X as String,Y as String)

          Y = X

        End Sub

If you are calling it using the following code:

            Call ChangeText(Form1.Caption,Y$)

Answer

Correct Answer: The Caption of Form1 will not change

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Visual Basic 6 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Visual Basic 6 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it