How to remove the spaces in a string Ex: "Welcome to
QTPWorld" ?
Answer Posted / mahesh
Ex::
X="Welcome to QTP World"
Y=trim(X)
Msgbox Y
O/p::WelcometoQTPWorld
| Is This Answer Correct ? | 4 Yes | 29 No |
Post New Answer View All Answers
What are the rules to name variable in vbscript?
Explain the .wsf files?
What is the difference between VBScript and JavaScript?
Explain about scrrun.dll in vbscript?
What are class properties?
What is the use of the recordset object and which statement is used to create such an object?
How will you release the memory acquired by an array variable in vbscript?
Which function is used to perform string comparison?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
What is the difference between vbscript and vba?
What is the use of option explicit in vbscript?
How strcomp function works?
How will you get the largest subscript of an array in vbscript?
Which operator can be used to do an xor operation in vbscript?
what is the features of visual basic?