Large strings and concatination with strcat and F()

If memory fragmentation is the concern, then use char arrays instead of String. Local char arrays in functions will not fragment memory.