For example:
I get (from a variabele) 5.34178930789
I want it to show 5.34
(or 5.432)
I use this one:
Code: Select all
$Rss(http://stats.wilc0.com/whizz.php,d,7)%
Code: Select all
$Dll(round,#,function)
in my case this will be:
Code: Select all
$Dll(round,#,$Rss(http://stats.wilc0.com/whizz.php,d,7)%)
Example (from 3 decimals to 2 decimals):
3.133 will be 3.13
3.135 will be 3.14
Thanx if anyone wants to make this one!
