Support Board
Date/Time: Sun, 06 Jul 2025 05:15:31 +0000
Post From: scope of sc.GetPersistenInt(*)
[2021-02-19 15:30:59] |
ForgivingComputers.com - Posts: 1076 |
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.
|