How to remove the spaces in a string Ex: "Welcome to
QTPWorld" ?
Answer Posted / lak
Mahe answer is will work only traling and leading the
spaces from a string.But middle spaces can not be removed
from a string.
agree with vinay ,vasudha
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How will you convert a string to lower case string using vbscript?
What is select case statement?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
Mention what is select case statement?
When does ‘on click of button’ event gets triggered in the vbscript language?
Mention the rules for using option explicit statement?
can anyone tell me the procedure of interview held in applabs
What is purpose of scripting.filesystemobject class 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
Explain the asc function?
what is the object hyrarchy in QTP for a web based application
Why is error handling required?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
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("<
Which in-built function related to an array joins substrings into one string in the vbscript language?