Login Page - Create Account

Support Board


Date/Time: Tue, 17 Jun 2025 18:38:52 +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.