Hi all,
Here´s a function to find the number of decimals from a number. I don´t like it, but can´t find a better way. The function could be a lot faster if I dont have to convert to a string or at least don´t have to searge for points and comma´s. Since I use this function many times, speed is...