Code: Select all
TestStringArray.s() = ("one", "two", "three","middle", "four", "five", "six", "end")
TestNumArray.i() = (1, 2, 3, 0, 4, 5, 6, 0)
Code: Select all
TestStringArray.s() = ("one", "two", "three","middle", "four", "five", "six", "end")
TestNumArray.i() = (1, 2, 3, 0, 4, 5, 6, 0)