Write output:
Dim testString = "TestingStringHere"
Mid(testString, 5) = "..Bore.."

 Posted by Bhakti on 12/23/2009 | Category: VB.NET Interview questions | Views: 5622
Answer:

"Test..Bore..gHere"
Justification : here we have used is MID statement not the MID function.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response