![]() |
Putting Auto Numbers in a File
Hi,
Is there anyway i can put my every entry of username in a file like this e.g. using any auto number generation with every entry 1. Test 2. Hello After i put them in a file like this i want to search and delete based on the numbers. e.g. Please enter the number to delete the data: 1 "should delete the test from a file" Please help. As any suggestions and location of any website will also be helpful. Regards, |
Re: Putting Auto Numbers in a File
For files you need to be doing the auto generation but for database you can always have the priviledge of using the database field.
|
Re: Putting Auto Numbers in a File
Hi Shabbir,
I dont want database in this situation. I just want to add auto number generation in a file |
Re: Putting Auto Numbers in a File
I am not saying you switched to dbs but just saying that you need to be doing it yourself.
|
Re: Putting Auto Numbers in a File
Can you give me idea? please
|
Re: Putting Auto Numbers in a File
Quote:
|
Re: Putting Auto Numbers in a File
Hi Shabbir,
"Read the file and get the last number. Increment it by one and then add one to it and save the next one" Can you please tell me in psuedu code or something please small bit implementation? |
Re: Putting Auto Numbers in a File
The pseudo looks something like
Code:
File f = ReadFile(); |
Re: Putting Auto Numbers in a File
Hi,
Code:
Console.WriteLine("Please Enter your username :");2. When every time i enter one name it comes out of getusername function and display the menu options again. How to prevent that? Regards, |
| All times are GMT +5.5. The time now is 16:31. |