Support Board
Date/Time: Sun, 23 Feb 2025 22:06:29 +0000
Post From: scope of sc.GetPersistenInt(*)
[2021-02-19 15:30:59] |
ForgivingComputers.com - Posts: 1012 |
I suggest putting all your persistent variable definitions in one .h file and include that file in all your functions. It doesn't hurt to have a persistent variable defined in a function and not ever get used by that function. This way you can essentially reserve the numbers going forward.
|