Topic: Convert amount into text

I want know how to convert sum of money into text or statement.

SAMPLE:

this is the amount: 17,675.50
and it would be like this into text: Seventeen Thousand Six Hundred Seventy Five and Fifty Centavos

Thank You and I hope you reply Mr. wizard.

Re: Convert amount into text

You should use a function ToWords, example:

ShowMessage( ToWords(17676.50) );
Dmitry.