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
How will you get the natural logarithm of the given number in vbscript?
Explain about constants in vb script?
can anyone tell me the procedure of interview held in applabs
What are the disadvantages of vbscript?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
How are comments handled in the vbscript language?
How will you get a subset of a array in vbscript?
How to open a file. What is the perpose of true and false mode there?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
What's the difference between vbscript and vb.net?
Which operator is used to concatenate the 2 values in the vbscript language?
Explain some uses of vb script?
How to take whole text output from screen of Bitmap Application.
Mention what is vbscript?
how to acces the remote mechine using vb cript(QTP)