string is a pointer, and you cannot set it this way

try this
Code
STRING* s = "Welcome"; //create string
str_cpy(s,"Hello "); // change string