Convert number into words using flex.
        Posted  
        
            by charlie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by charlie
        
        
        
        Published on 2010-05-05T14:26:03Z
        Indexed on 
            2010/05/05
            15:08 UTC
        
        
        Read the original article
        Hit count: 398
        
Hi
I am trying to convert an entry using a numeric stepper in flex into words to display in a textarea.
i.e a user uses the stepper to enter "89" as a value and in the text area the words "Eighty nine" are displayed.
After much searching i haven't found anything that helps - a few javascript functions but that is all.
any help sample code would be much appreciated.
thanks in advance.
© Stack Overflow or respective owner