When you use an array you have to give the index of the the element where you want to copy the string.
For example:
Code:
str_cpy(string1[2], "Why wont this work");