I am developing a mix of scripts in different languages that creates datamatrix. Mi program can create thousands of datamatrix in seconds but the structure of my datamatrix is not correct.
Mi program generates IDs and it follows an structure.
One part of the ID is a counter.
My question is... How can I save the value of my content? When I finish to create datamatrix the program closes and the counter evidently restarts.
I know how to do this, it is easy, but I do not like at all. I can save the value in another file and take it each time I begin the program, but it will create a new file and I do not want it. That program is not for me, and
If I have no more and better options I will create the new file which will set and get the counter.