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 |
compare the string without using stringcomp function?
how to add the shared repository file to the script file while running the script manuall
give me any information abou vb script books learn quckly
How will you get the last occurrence of one string within another string using vbscript?
accept a string & display whether a is present or not
When to use function procedures and what are its characteristics?
How will you check that a variable is an array in vbscript?
Anyone have qtp11.0 crack?
plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this
What is the extension of the vbscript file?
What is the use of the recordset object and which statement is used to create such an object?
What is the difference between Javascript & Vbscript?