How to remove the spaces in a string Ex: "Welcome to
QTPWorld" ?
Answer Posted / vishnu
Str = "Welcome to QTPWorld"
Sp1=Split(str)
For i=0 to ubound(Sp1)
temp=temp&Sp1(i)
Next
print temp
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to add actions in driver script to run those actions in QTP?
how to set one column as primary key in QTP and fetch values accordingly
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.
Can anyone send me a vb script function for verifying the functionality of active links on a web page
Which date function is used in the vbscript language to find the difference between the 2 dates?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
Why is it recommended to close the database connection every time after the work is completed?
What are the uses of vb script?
What is variant in vb script?
How to Enter Values on the Command promt using VB script
Which function allows you to instantiate an object given its programmatic identifier or progid?
How to replace junk code recorded by QTP with a mall function.
Explain the string concatenation function in vbscript?
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
What is the main difference between function and sub-procedure?