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
What are the special sub-types in vbscript?
Which operator can be used to check if two numbers are equal or not in vbscript?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
Explain about operator precedence in vb script?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
Explain about the support of asp for vb script functionality?
Explain some uses of vb script?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
How strcomp function works?
What are class variables?
How to delete a cookie using vbscript?
How can constants be declared in the vbscript language?
What are the naming conventions while declaring a variable in the vbscript language?
What is variant in vb script?