Support Board
Date/Time: Sun, 15 Mar 2026 00:09:35 +0000
Post From: scope of sc.GetPersistenInt(*)
| [2021-02-19 15:30:59] |
| ForgivingComputers.com - Posts: 1205 |
|
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.
|
