Login Page - Create Account

Support Board


Date/Time: Sun, 12 Jan 2025 23:30:40 +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;