a;;b;c;;;d in this string output is abcd will come how can we
do that in vbscript in QTP testing?
Answer Posted / sadashiva @ wipro
str="a;;b;c;;;d"
a=len(str)
for i=1 to a
b=replace(str,";","")
next
msgbox b
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the naming conventions while declaring a variable in the vbscript language?
How can you create an object in vbscript?
What is the purpose of the err object in the vbscript language?
Explain about the extension .hta?
How to write functions and sub in vb script?
Why is the use of exit do or exit for statements within loops discouraged?
How to create a cookie using vbscript?
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
regular expression that will recognize a browser as long as its name property starts with mybrowser
What is the use of the formatdatetime function in the vbscript language?
Does VB/Win make standalone .EXE files?
Explain the tristate constants in vbscript?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
What is the difference between vb debugger and the script debugger?
Mention the rules for using option explicit statement?