I'm having one of those moments when the brain does not wish to function.
I want to write a simple function (or use a built in one, if it exists) that will return an integer to a specified number of decimal places.
e.g. pass in 3.33333
and it will return 3.33 if set to 2 decimal places
Thanks in advance for any help.
Nick:rolleyes: