You need to sign in to do that
Don't have an account?

Convert a Number to Text (spell it out)
MS Excel has a function where you can write out a number, for example 50 would be fifty. You use SpellNumber(50) I think.
Is there an equivalent within Salesforce? I need to take a currency field and write it out when creating a contract with the Ts and Cs in it.
You'd need something like this:
http://appexchange.salesforce.com/listingDetail?listingId=a0N300000059Vz6EAE
http://stackoverflow.com/questions/8432527/convert-number-to-words-first-second-third-and-so-on
so that it would fit or work internally within SF somewhere?