Login Page - Create Account

Support Board


Date/Time: Sat, 05 Jul 2025 04:06:49 +0000



Post From: function to retrieve the value of an index from the current index ?

[2017-03-08 22:35:11]
User210074 - Posts: 63

sc.PersistVars->Integers[0]
Is it possible to put a long long int in the sc.PersistWars ?


long long int A =201704031555001;/*15 number*/
long long int& Nombre = sc.PersisWars[0];
Nombre = A;