How to remove the spaces in a string Ex: "Welcome to
QTPWorld" ?
Answer Posted / krishna
Str="Quick Test Pro"
R=Replace(Str," ","")
msgbox R
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How to Enter Values on the Command promt using VB script
How to Import data from a file (file is on the desktop) to the data table
What are the advantages of vbscript?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
Which command is used for writing text on a page?
How should i Create Email invite with server-side Coding?
Mention how to assign a date value to a variable?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Explain about .wsf files?
How to open a file. What is the perpose of true and false mode there?
Is VB Script Case sensitive or Case insensitive?
Explain the filter expression?
Explain the operator precedence in vb script?