How to retrieve alpha bate from the alphanumeric string with
special character.
Answer Posted / audi7784
Str ="a0%n1@a2&n3)d4*h"
For intval=1 to Len(Str)
StrVal = Mid(Str,intval,1)
If isNumeric (StrVal) = True Then
StrNum = StrNum&StrVal
Else
StrChar = StrChar&StrVal
End If
Next
msgbox StrNum
msgbox StrChar
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a Function and Action in QTP?
Define Error Pane of UFT?
How does you pass optional arguments in qtp?
How you calling actions in qtp?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
what is meant by Implicit and explicit requirements?
How the exception handling can be done using quicktest professional?
What the differences are and best practical application of Object Repository?
How qtp identifies objects?
Step 3&4 are repeated until an the object in recognised uniquely.
explain how to write vb script in qtp?when will you write own script?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
How to add verification steps to tests?
How is a Step generator used in UFT?
what is the diffrence bw qtp architectute and qtp framework?