lucky_star
7 years agoOccasional Contributor
subtraction of two variable
Hi guys, I have an issue of subtraction of two variable with large numbers. Here is my script: function test()
{
var str1 = "1,000,659,875,073,160";
var str2 = "1";
str1 = Utilities....