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
Explain a few date functions in vbscript
How to access array data?
Mention what is the use of option explicit in vbscript?
why variable name should not exceed 255 characters?
How to make sure that items in a wintree are sorted al?
What are class properties?
Mention what if you do not specify anything when you call a procedure?
Explain few date functions in vbscript?
What is the difference between javascript and vbscript?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Explain about vb script?
Explain about the support of asp for vb script functionality?
how to acces the remote mechine using vb cript(QTP)
Explain about filter expression?
who will create the object?