Calculations With 64-bit Numbers
Do calculations with 64-bit numbers by passing a string from the Automate task
This task allows you to do calculations with 64-bit numbers by passing a string from the Automate task. You can add this to your own task just by adding the embedded script to the top of your task.
The reason a you would use this is: Automate only supports numbers that are less than 2147483647. With this script, it increases that number to 9223372036854775807.
Enjoy!
Task Category:
Functions (Basic)