Login Page - Create Account

Support Board


Date/Time: Mon, 17 Mar 2025 01:55:24 +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.