can anybody tell vb script code for alphanumeric and special
character .which is used in qtp the name text field.
Answer / pravati
x="pravati.001@gmail@.com"
For i = 1 To len(x)
y=mid(x,i,1)
If isnumeric(y) Then
z=z&y
elseif asc(y)>=97 and asc(y)<=122 then
a=a&y
End If
Next
msgbox z
msgbox a
Is This Answer Correct ? | 0 Yes | 0 No |
How to assign a date value to a variable?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
If anyone knows abt Test Complete material, Pls let me Know. if u have any material or any documents..... Pls mail me on this mail Id...... This is very Urgent Requirment..... for my Project.....
Which operator is used to perform the comparison among 2 operands in the vbscript language?
write a vb script to display factorial of a number using function
What is the difference between vb debugger and the script debugger?
give me an ex. of unoverloaded method?
What is the differene between QTP 8.2 and QTP 9.0 and QTP 9.1,Pls give me answer ASAP.
Explain the tristate constants in vbscript?
Which operator can be used to check if two numbers are equal or not in vbscript?
Compare java script and vb script?
write a vb script to generate fibonnaci numbers