How to remove the spaces in a string Ex: "Welcome to
QTPWorld" ?
Answer Posted / vinay
Str = Welcome to QTP World
Replace(Str," ","")
Result= WelcometoQTPWorld
| Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
can anyone tell me the procedure of interview held in applabs
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
Explain about arrays in vb script?
How will you format a number in percetage format in vbscript?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
Which in-built function is used to format the number in the vbscript language?
What is the event handling in vbscript?
write a program to display configuration of a local system with the help of vb script.
Mention what is the use of option explicit in vbscript?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
How can you create an object in vbscript?
Explain different types of segment?
How are values assigned to the variables in the vbscript language?
What are the rules to name variable in vbscript?