what is diff between static and dynaic arrys?
Answer / Simpel
In VBScript, a static array is declared with a fixed size, while a dynamic array can grow or shrink in size as needed. When working with static arrays, you must define the array's dimensions explicitly, whereas dynamic arrays can be more flexible and easier to manage when dealing with variable-sized data.
| Is This Answer Correct ? | 0 Yes | 0 No |
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
How to open browser in vb script?
print the array values in ascending order?
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me
How to capture a runtime error in vbscript?
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
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
What is Procedure or Subroutine in VB Script?
Check whether given Number is Even or Odd?
What is the use of option explicit statement?
write any ttest cases using check points and parameterization
What is the event handling in vbscript?