How to remove the spaces in a string Ex: "Welcome to
QTPWorld" ?
Answer Posted / krishna
Str="Quick Test Pro"
R=Replace(Str," ","")
msgbox R
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the use of the formatdatetime function in the vbscript language?
how to write validation function for date in vb script
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
i need to sort the data using qtp script for this how i need to write a qtp script
Explain the filter expression?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
what is the difference between modular and data and keyword driven framework
Which operator can be used to change the value of the operand or change the state of the condition?
Explain the operator precedence in vb script?
How to pass argument by reference to a function in vbscript?
how to increase the values in text box in a given text box increament by two values by clicking on button
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?