Forum Discussion

lucky_star's avatar
lucky_star
Occasional Contributor
7 years ago

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....