Hi EvilSOB!

Thanks for the work and the information. smile
I'll be able to move along now with strings in a struct.
A note on your pointer to ->
I found it's rank in a C manual. It's the highest. I will use it for pointer now instead of the .
It also makes the information much clearer.
Quote:

Rank operator
1 -> . () []
2 (cast) sizeof ! ++ ~
...


A note to Conitec :
We need more information on strings in struct in the manual..
We also need more information on char name[10];in your struct example.

Again thanks EvilSob
Ottawa smile