Hi Lee,
Hope you dont mind but going to email screenshot. File size is 121 kb forum only allows 100
Hope you dont mind but going to email screenshot. File size is 121 kb forum only allows 100
function CommaFormatted(num){return num.toString().split('').reverse().join('').replace(/(\d\d\d)(?=\d)(?!\d*\.)/g,'$1,').split('').reverse().join('');}
Comment