KB-32330: Setting up the number of decimal places of a variable via scripts.
Question: How can I set the number of decimal places of a variable via scripts? Solution: To do so, you must use the Round() method. Example: Round(variable, number of decimal…