Explain the arrays in vb script?



Explain the arrays in vb script?..

Answer / Pradeep Kumar Ghosh

Arrays in VBScript are collections of elements identified by an index. Each element can be a different data type, including numbers, strings, objects, or even other arrays. By default, arrays in VBScript start with a lower bound of 0, meaning the first element is at position 0. Arrays can be declared using Dim statement followed by the array name and square brackets containing one or more comma-separated values within their indices.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

How to capture a runtime error in vbscript?

1 Answers  


What is the use of option explicit statement?

1 Answers  


Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.

3 Answers   Amazon,


What are the different types of loops available in the vbscript language?

1 Answers  


How to copy from one script to another script in qtp

4 Answers  


For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com

1 Answers  


If else for do while select in vb script?

1 Answers  


How can the spaces from the string be removed?

1 Answers  


What is the purpose of regexp object in vbscript?

1 Answers  


Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina

2 Answers  


Compare java script and vb script?

1 Answers  


about vb scripting programs this type of all question& answers

1 Answers  


Categories