Hi ChrstphFr,

If you're talking about just copying one string into another, you can do that by using :
Code:
str_cpy(name_str, content_str);


This will overwrite "name_str" with whatever string you choose and can be changed at anytime within your code.