Hi all
I have a scenario where I need to truncate a number to 4 decimal places ( no rounding) .
I have searched google and this site and found the Get() Function. This function works great IF the decimals to 4 places are greater 0 ( 515.1234678 gives me 515.1234) however if the number is to...