---
title: "Explain about arrays in VB Script?"  
description: "Explain about arrays in VB Script?"  
author: "Amit Singh"  
published: 2011-03-19  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/545/explain-about-arrays-in-vb-script  
category: "vb script"  
tags: ["vb script"]  
reading_time: 1 minute  

---

# Explain about arrays in VB Script?

Arrays in VB Script should be assigned within the variant separated by a comma. If arguments are not specified then the string is regarded as empty. After specifying the elements in an array an index number should be used indicating the desired element.

## Answers

### Answer by Amit Singh

Arrays in VB Script should be assigned within the variant separated by a comma. If arguments are not specified then the string is regarded as empty. After specifying the elements in an array an index number should be used indicating the desired element.


---

Original Source: https://www.mindstick.com/interview/545/explain-about-arrays-in-vb-script

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
