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
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using
Differentiate javascript and vbscript?
Explain How do you create a recordset object in vbscript?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
about vb scripting programs this type of all question& answers
How will you get a combined string from array of string in vbscript?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
Mention what is the main difference between function and sub-procedure?
i need to sort the data using qtp script for this how i need to write a qtp script
How will you get a string with the specified character the specified number of times in vbscript?
How will you get the largest subscript of an array in vbscript?
Explain about tristate constants?
How do you declare a variable in vbscript?
How will you get the smallest subscript of an array in vbscript?
What is the difference between VBScript and JavaScript?