I'm having this error while computing a value
-
I'm using the compute function and facing this error I know this is happening due to overflow but is there any method to overcome this
Input String = 9316931 * 16807
ERROR: Value is either too large or too small for Type 'Int32'.
-
BEGIN SCRIPT JavaScript Compute = 9316931 * 16807 var Result = Compute END SCRIPT -> VARS "Result"
-
@Br4uN
Thanks, man it worked