Login Page - Create Account

Support Board


Date/Time: Sat, 13 Sep 2025 22:38:18 +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.