Joe Strazzere - All Things Quality

Visit my new blog at http://strazzere.blogspot.com/


June 10, 2008 - WinTask - Initializing a String Array

Posted in WinTask

 

 

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.

Problems cannot be solved by the same level of thinking that created them. - A. Einstein

Search This Site

Translate This Site

RSS Feed

Subscribe

Twitter

@jstrazzere

Categories

Life
QA
Sports
Tools
WinTask
Work in General

What I'm Reading Now