Quote Originally Posted by Gusse View Post
Hi Paul,

Check from manual about Arrays

It is two different things:
- Number of elements (array; 1,2,3,... )
- Location of element (string; 0,1,2,... )

BR,
-Gusse-

I had read this section of the manual sometime ago, and have obviously forgotten. Thank you Gusse, Art and Dave. It is good to be corrected and shown your error. Even with the change in array declaration, my page write I2C routine still will not work and exhibit the previously described problem. I will look at the physical aspects of the design (hardware), failing that attempt the hardware I2C routine. I have found some examples of code in the forums.

Paul