hey,
I have recently been having trouble with str_cpy, wherever i use it I get an Invalid-Arguement Error in that function.

For example this produces an invalid arguement in main:
Code:
#include <acknex.h>
#include <default.c>
////////////////////////////
STRING* string1[20];

function main()
{
str_cpy(string1, "Why wont this work");
}



It has been a while since i was programming last so it is probably a stupid mistake that I have not noticed.
Thanks in advance laugh.


One day there will be an unfixable bug,
That day is not today.