How to remove the spaces in a string Ex: "Welcome to
QTPWorld" ?

Answer Posted / vinay

Str = Welcome to QTP World
Replace(Str," ","")


Result= WelcometoQTPWorld

Is This Answer Correct ?    27 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can automation testing find ssame no. of bugs what we can find by manual testing?

1459


how to set one column as primary key in QTP and fetch values accordingly

1819


Which data type/types are supported by vbscript language and what are their specialties?

587


how to comvert 120 into one hunderd twenty rupees only and vice varsa

1798


How will you get the largest subscript of an array in vbscript?

600






what is the differance between BYVAL,BYREF?

1764


What is the scope of a constant declared using public?

550


What are class properties?

650


Which function is used in the vbscript language to convert the specified expression into a date type value?

517


Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.

1530


Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks

1719


Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).

1439


How will you format a number in percetage format in vbscript?

587


How will you get a string with the specified character the specified number of times in vbscript?

569


Which operator can be used to change the value of the operand or change the state of the condition?

568