Problem using String

but I'm working with serialevent-methods..that wont work..every print will call it another time.

I'm thinking that you don't understand how the serialEvent() method gets called, or serial data processing, then.

Using one Serial.print() or a dozen Serial.print() statements makes no difference to how the data is eventually shifted out the serial port, or how it is received on the other end.