Greetings!
this code,
foreach(char[] u; FPUsers)
{
}
results in,
Error: shadowing declaration jic.libs.FPSDK.FindUser.u is deprecated.
Will anyone explain this to me? I tried to do a search on it, but I couldn't
anything related to this. Found other integer arrays, but nothing about
char[]. Any help would be greatly appreciated. Thanks.
josé