Thank you. That helps quite a bit.
I'm getting the following error:
incompatible types in assignment of 'const char [9]' to 'char [25]'
String names are not all going to be the same size. Do I need to make them all the same length? When I do make them the same length I get the following error for the same line:
invalid array assignment
Seems like string arrays are a problem.