can anybody tell vb script code for alphanumeric and special
character .which is used in qtp the name text field.
Answer Posted / 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 |
Post New Answer View All Answers
How will you format a number in percetage format in vbscript?
please can you help me to get a code of flames using a visual basic 6
How many types of procedures are available in the vbscript language?
what is used of Property........End Property loop ? how to write the script for it?
Explain the support of asp for vb script functionality?
What are the special sub-types in vbscript?
Explain the functionality of vbscript?
Which operator can be used to do an xor operation in vbscript?
How will you get a combined string from array of string in vbscript?
Explain about the functionality of vb script?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
What is the use of option explicit statement?
What is the difference between javascript and vbscript?
How will you get the octal value of the given number in vbscript?
Mention the environments where vbscript could be run?