- Регистрация
- 01.10.2019
- Сообщения
- 11
- Благодарностей
- 0
- Баллы
- 1
Hello, I have this price number 3,950.00 that I want to do this basic math on: 3,950.00*10/100 when I write it on set value command it just writes it the way it is, it does not actually calculate, and if I use javascript :
{-Variable.Pricetrimmed-}*10/100 it just gives 95, so it reads first number as 950 it does not read the 3,950.00, maybe I could use regex to format 3,950.00 to 3950, I just couldnot find that regex, also it a really good feature to be added to next versions: Basic Math Functions Calculations
{-Variable.Pricetrimmed-}*10/100 it just gives 95, so it reads first number as 950 it does not read the 3,950.00, maybe I could use regex to format 3,950.00 to 3950, I just couldnot find that regex, also it a really good feature to be added to next versions: Basic Math Functions Calculations