Support Board
Date/Time: Sat, 18 Jul 2026 15:56:07 +0000
Post From: scope of sc.GetPersistenInt(*)
| [2021-02-19 15:30:59] |
| ForgivingComputers.com - Posts: 1231 |
|
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.
|
