Is there any way in VB5 that I can set the contents of an array of strings with one line of code like with C?
for exapmle:
Array1 = ("one", "two", "three", "four")
to set Array1(0) to "one"
Array1(1) to "two"
etc...
|
Results 1 to 2 of 2
Thread: Arrays
|
Click Here to Expand Forum to Full Width |