I am having a noob moment (patched attached)!
Why do I need to specify a zero before my list/message for an array in order for the array to be displayed/read correctly? For initialization?
Cheers,
Ricky
Message to Array
I am having a noob moment (patched attached)!
Why do I need to specify a zero before my list/message for an array in order for the array to be displayed/read correctly? For initialization?
Cheers,
Ricky
Hi ricky,
the first number in the list specifies the starting index number. Try to put 6 for example and you will see the difference.
Thanks. That was driving me crazy.
Oops! Looks like something went wrong!