Hey guys,

I have a problem with big numbers inside gsc.
I have a loong number in a string. I can extract it but datatype still seems to be a string, so I can't use it for calculations.

I casted the string using (int) but the max value of a normal integer is exceeded.

Is there a possibility to use a long int for example? Float seems to have same limitations as int..

Thanks for answers!