Quote Originally Posted by Darrel Taylor View Post
If it's a variable, It takes the "Contents" of the array location and uses that as the address of the starting point of the data to send. (even if it's not an array)

If it's a constant, It uses the constant as an offset into the array and uses that location as the starting point. (the expected result)

Calling meLabs, probably wouldn't have revealed that info.

.
Yes, although the use of array was a good tip, this thing about variables and constants was not cleared.

Thanks Darrel.

Ioannis