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
How will you reverse a string in vbscript?
How will you convert a given number to long in vbscript?
Which object provide information about a single runtime error in a vbscript?
How to get the length of the string by making use of the string function?
In what way program "hello world" you can write in vbscript?
How will you get a random number between 0 and 1 in vbscript?
Is vbscript language a case-sensitive language and what does it mean?
what is the difference between modular and data and keyword driven framework
What is byref and byval parameters in vbscript?
regular expression that will recognize a browser as long as its name property starts with mybrowser
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
How you can call vbscript functions?
what is the standards used for writing the script in QTP
Mention what is select case statement?
Why is error handling required?