B
BGCSOCAL
I am not really a developer but I have to do a proof of concept. Part of the
effort involves the VB program writing a text file with a file name like
APmmddyy.ext. The extension is a sequencial number starting at 100 that
increments 1 for each additional file that is saved in this folder for the
same day. The next day the extension restarts at 100. I'm can't think of a
viable approach to determining what the extension should be on any given day.
Any ideas you would be willing to share?
I'm using Visual Studio 2005 to do this development.
effort involves the VB program writing a text file with a file name like
APmmddyy.ext. The extension is a sequencial number starting at 100 that
increments 1 for each additional file that is saved in this folder for the
same day. The next day the extension restarts at 100. I'm can't think of a
viable approach to determining what the extension should be on any given day.
Any ideas you would be willing to share?
I'm using Visual Studio 2005 to do this development.