Answer Posted / saimahesh babu
variable declaration:dim a
function declaration:
function nameoffuntion(var)
msgbox var
end funtion
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
Mention what is byref and byval parameters in vbscript?
What is the event handling in vbscript?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
How will you convert a given number to long in vbscript?
Why is it recommended to close the database connection every time after the work is completed?
What is the difference between function and procedure?
Mention what is the main difference between function and sub-procedure?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
What is vbscript language used for and which earlier language is it modeled upon?
after medical test,when will be the police verification
Mention what is select case statement?
what is the differance between BYVAL,BYREF?
What are subprocedures in vbscript?
How to capture a runtime error in vbscript?