Support Board
Date/Time: Sat, 11 Jan 2025 00:57:27 +0000
Post From: You may have a bug
[2016-10-10 14:08:33] |
bala - Posts: 74 |
Sorry there is an error on the above The test is this int& testvar = sc.GetPersistentInt(10); int a; if (sc.INdex == 0){ testvar =100;} if (sc.Index > 5 && testvar > 100){ a=testvar;} //ANYTIME I HAVE A PERSISTENT VARIABLE AND I USE IT (EXAMPLE: IF TEST) THE VARIABLE IS RESET. IT DOES NOT APPEAR TO BE PERSISTENT |