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 |
Which operator is used to perform the comparison among 2 operands in the vbscript language?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.
which is the best institute in banglaore for software testing?
What are the special sub-types in vbscript?
what is the function to display current date?
How will you check that a variable is an array in vbscript?
What are the 2 ways to pass a value to the function?
Mention what is the technology used by vb script?
What is the use of option explicit in vbscript?
What is sql loader? Explain the files used by sql loader to load file?
How will you get the natural logarithm of the given number in vbscript?