how to write function to validate the number of characters
entering into the text box?
Answer Posted / 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 |
Post New Answer View All Answers
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Explain about operator precedence in vb script?
Write a Script for ATM in QTP
What are string functions in vbscript?
Explain the support of asp for vb script functionality?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
How do you declare a variable in vbscript?
Explain about scrrun.dll in vbscript?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
Which in-built function is used to format the number in the vbscript language?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
what is the difference between modular and data and keyword driven framework
how to automatically update the sql server2005 database records when insert in vb6?
Mention what is variant in vbscript?
Explain about constants in vb script?