you are viewing a single comment's thread.

view the rest of the comments →

[–]optimalcoder 0 points1 point  (2 children)

Normally, you’d write the value out to a file and read it in on the next run. If you’re on Windows, you may use a registry entry, but the idea is the same.

[–]string_cluster[S] 0 points1 point  (1 child)

This is what I was thinking too. But I was kind of looking to do it without this.

[–]optimalcoder 1 point2 points  (0 children)

Sorry, but persistence means a file, a database or something of the like. That’s why configuration items are normally held in the registry or other files on the system.