Hello.
I want to be able to display the contents of an array in the console. When I use “print(arrayName);” it returns “System.Collections.ArrayList” instead of the arrays value.
Please help,
thanks.
Hello.
I want to be able to display the contents of an array in the console. When I use “print(arrayName);” it returns “System.Collections.ArrayList” instead of the arrays value.
Please help,
thanks.
Iterate through the array and print each item.
–Eric
Thanks Eric, works just fine.