GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Web  >  VB Script
Go To First  |  Previous Question  |  Next Question 
 VB Script  |  Question 16 of 21    Print  
Defining VBScript Arrays
How are arrays defined in VBScript?


  
Total Answers and Comments: 1 Last Update: September 27, 2007     Asked by: christia 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 27, 2007 00:19:48   #1  
Barghav        

RE: How are arrays defined in VBScript?
Arrays are Declared like this:

DIm A as Variant ---> Where "A" is an Array.('Declaration part ---)

   A= Array("Value1",Value2"..........) (Definition part)

 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : hi,          VB script supports only one datatype   i.e ) Variantbyvenki chowdary nandipati ...

Latest Answer : Redim statement is used to change the size of Array. ...

Latest Answer : They are different: You dont compile VB scripts like in Visual Basic. You just distribute them as plain text HTML files.The script engine interprets this text into intermediate code when it loads the Web page. It also creates a symbol table so that ...

Latest Answer : Private statement variables are available only to the script in which they are declared.Public statement variables are available to all procedures in all scripts.Variables declared with Dim at the script level are available to all procedures within the ...

Latest Answer : VBScript is supported by Windows 95, Windows NT (including a native version for Alpha), 16-bit Windows, and Unix Solaris. Microsoft is currently working with others to bring VBScript to UNIX versions for HP, Digital, and IBM platforms. ...

Latest Answer : Hi,Using Rem keyword, you can add as many lines of comments as you want.Also single quotes can b e used to add commentsExample:Rem This line is ignoredRem You can also use single quotes to add comment line'Anything ...

Latest Answer : Byte - Integer numbers between 0 to 255 String - Character strings Integer - Large integers between -32,768 and 32,767 Long - Extremely large integers (-2,147,483,648 and 2,147,483,647) Double - Extremely large numbers with decimal points Single ...

Latest Answer : Hi,In VB script , upto 60 dimensions arrays are allowed... ...

Latest Answer : If then else and Select case ...

Latest Answer : Mostly Internet Explorer because both are of microsoft.But it also support netscape. ...


 Sponsored Links

 
Related Articles

Microsoft AJAX Library - Associative Arrays

Thinking of Objects as Associative Arrays A key element in understanding JavaScript objects is understanding the notion of associative arrays which are nothing more than collections of key value pairs As a NET developer you have worked with associative arrays represented by classes such as NameValue
 

C++ Multidimensional Arrays

C Multidimensional Arrays In this C tutorial you will learn about Multidimensional arrays what is Multidimensional array how is Multidimensional arrays represented in C how to access the elements in the Multidimensional array mosgoogle center What is a Multidimensional Array A Multidimensional arra
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Recording Test Script With WinRunner

How To Use a Wizard to Record a Test Script With WinRunner If you have a script that you want to convert with WinRunner, you can use the DataDriver Wizard to transform the script into a test that is driven by data. For instance, if you want your test script to include things such as checkpoints or v
 

WinRunner Script Design Tips

Scripts play an important role in the function of WinRunner. Those who wish to successful with this program will need to learn how to properly create scripts. In this article, I will provide you with a number of useful tips for script creation. The first tip of script development is to always place
 

Importance of Proper English during Job Interview

Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h
 

JavaScript Two Dimensional Arrays

JavaScript Two Dimensional Arrays In this JavaScript tutorial you will learn about two dimensional arrays  how to define and access two dimensional array in JavaScript mosgoogle center Two Dimensional Arrays in JavaScript Two Dimensional Arrays are storing elements in a structure similar
 

JavaScript Arrays

JavaScript Arrays In this JavaScript tutorial you will learn about JavaScript Array different ways of defining an array in JavaScript viz traditional way shorter form literal array accessing the elements in an array and editing the values or elements in an array mosgoogle center The array concept is
 

PHP Tutorials - Arrays (Part 2)

PHP Tutorials Arrays Part 2 In this PHP Tutorial you will learn  Arrays Part 2 Looping with foreach Sorting arrays and Using Multidimensional Arrays mosgoogle Looping with foreach The easiest way to iterate through each element of an array is with foreach The foreach construct lets you
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape