how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / rambabu
This is good for any one
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
regular expression that will recognize a browser as long as its name property starts with mybrowser
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
how to increasing the numbers in a given text box please write a vb script
did any one attended interview in applabs if you had gone through plz tell me the procedure
How will you get a random number between 0 and 1 in vbscript?
what is the standards used for writing the script in QTP
What are the valid scopes of a variable in vbscript?
how to acces the remote mechine using vb cript(QTP)
What are the different types of loops available in the vbscript language?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
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
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
What is the use of the recordset object and which statement is used to create such an object?
How will you get the last occurrence of one string within another string using vbscript?
How will you format a number in percetage format in vbscript?