how to write function to validate the number of characters
entering into the text box?
Answers were Sorted based on User's Feedback
Answer / bfakruddin
dialog("text:=Login").winedit("attached text:=Agent Name:").set "Baba"
text=dialog("text:=Login").winedit("attached text:=Agent Name:").getroproperty("text")
Function length(text,le)
le=len(text)
End Function
Call length(text,le)
msgbox le
| Is This Answer Correct ? | 2 Yes | 1 No |
How to create MSAcess table foriegn key
What is variant in vb script?
Which is the default Data types in VBScript?
1)How to test whether items in a weblist are in alphabetical order or not?
What is the purpose of on error resume next statement?
How to Convert Hex color code to color name in VB Script?
When to use function procedures and what are its characteristics?
When are redim statement and preserve keyword used in the vbscript language?
what types of bugs will we find out in banking projects for automation testing?
0 Answers Napier Healthcare, TCS,
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
write a program to display the system specifications of client system with the help of vbScript.
How to delete a cookie using vbscript?