Strange fault. LCD corrupts and arduino crashes

cowasaki:
So what is the best way of doing this then, when it is a constant string ????

If you have only a few strings and you are not short of RAM, just use Serial.print or Serial.println as you have been doing. Otherwise, use the solution I suggested in my most recent post, or something similar, so that the strings are allocated in flash instead of in RAM.