How to return only alpha bate string from an string str =
"bibhu@#$%&das&*)(SUndar"

Answer Posted / satishraja

str ="bibhu@#$%&das&*)(SUndar"
L=len(str)
For i=1 to l
x=left((right(str,l-i+1)),1)
If ASC(ucase(x))>=65 and ASC(ucase(x))<=90 then
Print x
End If
Next

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the adodb.stream class?

535


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

1430


Which object provide information about a single runtime error in a vbscript?

588


How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.

1731


Explain sga memory structures?

564






I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..

1795


What is loose binding? Why is it not a good practice to use it?

617


How to Import data from a file (file is on the desktop) to the data table

1565


How can you create an object in vbscript?

606


What is the purpose of on error resume next statement?

563


What is the difference between VBScript and JavaScript?

2041


How to replace junk code recorded by QTP with a mall function.

1629


What are the advantages of vbscript?

626


How to make sure that items in a wintree are sorted al?

2334


Mention what is select case statement?

535