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 find number of characters(letter a) in the sentence Rain Rain Go away
What are the different types of operators and their order of precedence?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this
Explain few date functions in vbscript?
How can you fetch the value of a cookie?
Create a file system object to do the following i. Create a folder ii. Create a text file in the folder iii. Update text file with some tex
How do I check that the names in a weblist are correct e.g in flight application the names of item are Denver, paris,London, etc. How do I ensure the correct item is displayed from the list after doing item count ?
What is vbscript?
can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)
write a vbscript for traffic signal
Illustrate briefly about the different types of statement