Hi all!
I'm creating script for automated testing of financial application.
Using VbScript as language.
Need to manipulate with large floating point numbers (more than 10 billions) - make add, multiply operations and so on. But vbscript doesn't have data type for large numbers.
Please, advise me any solution or workaround for this problem.
Maybe someone had faced with this problem before?
Thanks!