Hi
The file is called: user.txt and has the following data in it:
bart|blabla|0|0
jeroen|gvrs|0|0
ann|cls|0|0
peter|clssns|0|0
I want users to be able to add a username & pass to this file, but how do I search in this file for existing names?
So: if somebody types: "bart", C should return an error
I just need the function to search for this name.
Thx in advance
Noizz
The file is called: user.txt and has the following data in it:
bart|blabla|0|0
jeroen|gvrs|0|0
ann|cls|0|0
peter|clssns|0|0
I want users to be able to add a username & pass to this file, but how do I search in this file for existing names?
So: if somebody types: "bart", C should return an error
I just need the function to search for this name.
Thx in advance
Noizz