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
What is the scope of a constant declared using public?
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?
Mention what is the difference between vbscript and vba?
what is the standards used for writing the script in QTP
How will you reverse a string in vbscript?
How will you convert a string to upper case string using vbscript?
What is vbscript procedures?
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using
How to get the length of the string by making use of the string function?
Why is error handling required?
How to Convert Hex color code to color name in VB Script?
What is the difference between vb debugger and the script debugger?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
How will you format a number in percetage format in vbscript?