Have a look at the module "Strings". VAR s, name: ARRAY 60 OF CHAR; s := "Hello, "; Strings.Append(s, name); Strings.Append(s, ", how are you?"); Joerg