Methods to turn amount to words

I am sure I have seen posted some methods to produce word amounts from numbers but in spite of searching, could not locate any.

Could anybody point me to it or post methods ?

Thank you in advance.

for OSX -> https://forum.xojo.com/conversation/post/208549

@Michel Bujardet
Do you mean your own post from 20 August 2015? :wink:
Function to convert currency to string

Thank you Axel. I need that for iOS. Chances are the same functions exist in UIKit as Cocoa. I will see that when I have more time.

[quote=295232:@Paul Sondervan]@Michel Bujardet
Do you mean your own post from 20 August 2015? :wink:
Function to convert currency to string[/quote]

Hi Paul,
I had even forgotten about that one :wink:

Thanks.

The method from Simon Berridge worked immediately after simply replacing “String” with “Text”. Great :slight_smile:

I wrote one which even searches for international currency symbols and adds their name e.g. dollar and cents, pounds and pence. Does anyone need this (it is a long method) or are we done?

For me that is fine for the moment. Thank you.