[Solved] Array of structs or pointer indexing ... Options / Best practice?

Dyslexicbloke:
NB. There is a separate thread asking about the use of String, I don't want to get into that in this thread as the two things are separate, at least in my head they are.

...   

typedef struct{
  String Name;                                                               
  float * Ptr;
}xVar;

So you don't want me to go on about how using String here is a bad idea? Plus all the other places?