Login Page - Create Account

Support Board


Date/Time: Tue, 21 May 2024 19:19:09 +0000



Post From: sc.GetPersistentInt

[2015-02-03 02:57:44]
QnReally - Posts: 181
If I upgrade from v1224 to a higher version, can I expect the code that worked under v1224 to compile without errors if I stick to the old style persistent variables? For example, I use
int& beginIndex = sc.PersistVars->i3;
beginIndex = 10;

Thanks.