Joe Strazzere - All Things Quality

June 10, 2008 - WinTask - Initializing a String Array

Posted in WinTask
Bookmark and Share

 

 

You can initialize each element in a string array with the same value in one line as follows:

Array$() = "value"

And of course you can initialize a string array to all nulls this way:

Array$() = ""

To assign different values to each array element, you could use something like:

SplitIntoArray("v0,v1,v2,v3,v4,v5,v6,v7,v8,v9",Array$(),",")



Any comments on this article?
Email Me


<- Last Page :: Next Page ->

About Me

A gathering place for information and ideas about Quality Assurance, Testing, and other useful topics.

Search This Site

RSS Feed

Subscribe

Categories

Life
QA
Sports
Tools
WinTask
Work in General

Links

Home
View my profile
Archives
Email Me
SQAForums.com

What I'm Reading Now