Manual testing and Automation Testing(QTP) Questions
Manual Testing,Automation Testing,QTP,WinRunner,RFT Testing Interview Questions
Friday, October 8, 2010
Write a function which takes a string and a substring as input and which deletes the substring in the main string?
Sub sub1()
Stri = "abcxyghixy"
substr = "xy"
MsgBox Replace(Stri, substr, "")
End Sub
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment