Walorda:
Hello, I am trying to add 2 floats, an integer, and a single charachter -, to an char array.
If the purpose is just to send a sequence of characters with Serial there is no need to build them into an array. Just send them with separate Serial.print() commands. The receiving device won't know the difference.
...R