omg,
Wtf
Quote:
if([0] == EOS)
{
copy(city, charsmax(city), "Error")
}
|
first of all there should be before [0] array name , i think it's city so it shall be :
city[0] but know that function that gets user city returns a error string if haven't found so you don't need to use copy.
And also i dont see where variable "city" is declared. It's nowhere..