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 do you mean .ota mobile format

2044


What is the purpose of folders object of scripting.filesystemobject class in vbscript?

1012


how to write validation function for date in vb script

2220


how to operate webobjects in a webpage using getobject function and then using generic methods?

2639


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

1668






How to open a file. What is the perpose of true and false mode there?

704


How to delete a cookie using vbscript?

662


Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.

1658


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

1905


What is the difference between VBScript and JavaScript?

2157


Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?

620


What are events in the vbscript language?

630


1. How do declare public variable in vb scripts?

1675


Explain about the support of asp for vb script functionality?

613


Explain the arrays in vb script?

701