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
How to access array data?
How are comments handled in the vbscript language?
How to create a function in vbscript?
What is the main difference between function and sub-procedure?
Why to use option explicit in vb script?
What is vbscript language used for and which earlier language is it modeled upon?
What is the scope of a constant declared using public?
What is the purpose of the err object in the vbscript language?
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
How can you destroy an object in vbscript?
How will you get the natural logarithm of the given number in vbscript?
Which operator can be used to change the value of the operand or change the state of the condition?
How will you convert a string to upper case string using vbscript?
where can i learn VB scripint ?
What is the difference between javascript and vbscript?