what is diff between static and dynaic arrys?



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

Post New Answer

More VB Script Interview Questions

write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)

2 Answers  


How to open browser in vb script?

1 Answers  


print the array values in ascending order?

2 Answers   CSS Corp,


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

6 Answers   HP,


How to capture a runtime error in vbscript?

1 Answers  


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

1 Answers  


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

4 Answers  


What is Procedure or Subroutine in VB Script?

1 Answers  


Check whether given Number is Even or Odd?

2 Answers   HDFC,


What is the use of option explicit statement?

1 Answers  


write any ttest cases using check points and parameterization

1 Answers  


What is the event handling in vbscript?

1 Answers  


Categories