NumberToWords()

NumberToWords(a;b;c) converts a number into English words. b will be added after the integer part, c will be added after the decimal digits.

NumberToWords([EntryFee];"Euro";"Cent") - returns the entry fee in words, e.g. eighteen Euro and twenty Cent