How to remove the spaces in a string
Ex: "this is apple"
Answer Posted / eswar
s = "this is apple"
x = Split(s," ")
For each i in x
y=y&i
Next
MsgBox y
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How to Import data from a file (file is on the desktop) to the data table
How will you check that a variable is an array 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
What are the differences between sub procedures and function procedures?
What are the 2 ways in which a variable can be declared in the vbscript language?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Mention what is the main difference between function and sub-procedure?
How strcomp function works?
Mention what if you do not specify anything when you call a procedure?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
What is Procedure or Subroutine in VB Script?
How to create a function in vbscript?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.