How to remove the spaces in a string
Ex: "this is apple"
Answer Posted / anand
x= "This is VBScript"
y = Split(x)
msgbox join(y,"")
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How will you get a combined string from array of string in vbscript?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
how to set one column as primary key in QTP and fetch values accordingly
Explain about scrrun.dll?
Explain a few date functions in vbscript
Mention what is the technology used by vb script?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
Explain the .wsf files?
What are the special sub-types in vbscript?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
What is the purpose of regexp object in vbscript?
Which keyword is used to declare a variable in the vbscript language?
where can i learn VB scripint ?