allright... thanks again... works very good...
One more question. How to make check by char in string? I have equal name compare now, but I want to check if part of name is in file.
Something like:
Code:
if (If_In_String(username, g_aName[g_aNum]) && equali(password, g_aPassword[g_aNum]))
__________________