Support Board
Date/Time: Thu, 06 Nov 2025 13:03:42 +0000
Post From: Site search issue - Items not found + Persist Bool ?
| [2022-08-28 03:28:00] |
| Trader_Rob - Posts: 18 |
|
you can use the static keyword when initializing your variable. static bool bMyBool = false; Just set the variable to its original value when sc.LastCallToFunction is called, unless you want to use new and delete to manage your memory. |
