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