- Home
·
- Miscellaneous
·
- Converts Currency into words for Ex: converts 100.30 to Hundred dollars and thirty cents only
Converts Currency into words for Ex: converts 100.30 to Hundred dollars and thirty cents only
Converts Currency into words for Ex: converts 100.30 to Hundred dollars and thirty cents only
Rate Converts Currency into words for Ex: converts 100.30 to Hundred dollars and thirty cents only
(1(1 Vote))
uppercase(left(towords(truncate({reportfield}),0)+' ' +'dollars'+' '+ 'only',1)) + right(towords(truncate({reportfield}),0)+' ' +'dollars' + ' ' + 'only',length(towords(truncate({reportfield}),0)+' ' + 'dollars' +' '+ 'only') -1)
else
towords(truncate({reportfield}),0) +' '+'dollars'+' '+ 'and'+' ' +towords(tonumber(right(TOTEXT({reportfield}),2)),0)+' '+'cents'+ ' ' + 'only'
Converts Currency into words for Ex: converts 100.30 to Hundred dollars and thirty cents only Comments
No comments yet — be the first to post one!
Post a Comment