Hi,
I would like to know if there is a simple way to assign the number format of a variable to another variable.
e.g. I have "a" = "0.30" I want "b" be formatted with two decimals as "a"..
something like b = format(b, "0.00") BUT how can I get the string "0.00" out of a ?
thanks!
I would like to know if there is a simple way to assign the number format of a variable to another variable.
e.g. I have "a" = "0.30" I want "b" be formatted with two decimals as "a"..
something like b = format(b, "0.00") BUT how can I get the string "0.00" out of a ?
thanks!