Page 1 of 1

Best way to create and initialize an array of strings?

Posted: Tue Oct 07, 2014 9:16 pm
by Greg_B
Hi, I would like to create and initialize a new variable that will contain an array of 40 strings. For example: MyStringArray[n].

What is the best way to do this?

Re: Best way to create and initialize an array of strings?

Posted: Wed Oct 08, 2014 2:26 pm
by HighAley
Hello.

You could create a StringList variable like on image.
StringList.png
StringList.png (5.72 KiB) Viewed 1233 times
Other way is to create a array of sting on the Code tab.

Thank you.