You can look at the commands in help.
I believe that if you are using Lite-C,
then it should be

STRING* testing
str_cpy(testing, cnt);

also, maybe the STRING* should be outside of the
function.

hope that helps...

-Jimc74