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

What is the difference between function and procedure?

564


Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder

1563


Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository

1785


What is the purpose of regexp object in vbscript?

550


how to write validation function for date in vb script

2136






what is the use of QCUtil? explain with one example?

6314


Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?

542


Mention when to use function procedures and what are its characteristics?

622


Explain about scrrun.dll?

525


Explain some uses of vb script?

546


1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?

3551


Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.

1717


How will you get the last occurrence of one string within another string using vbscript?

678


Mention what is vbscript procedures?

533


Mention what if you do not specify anything when you call a procedure?

564