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
what do you mean .ota mobile format
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
how to write validation function for date in vb script
how to operate webobjects in a webpage using getobject function and then using generic methods?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
How to open a file. What is the perpose of true and false mode there?
How to delete a cookie using vbscript?
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.
how to comvert 120 into one hunderd twenty rupees only and vice varsa
What is the difference between VBScript and JavaScript?
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?
What are events in the vbscript language?
1. How do declare public variable in vb scripts?
Explain about the support of asp for vb script functionality?
Explain the arrays in vb script?