Numbers to Words
December 15, 2014 8:11 AM Subscribe
I want a plain text file listing the English words for number 1-100 (ideally, one per line any delimiter will be fine, I can fix that). One, Two, ..., One Hundred. It's got to be somewhere on this great internet. Can AskMe find it fast?
Best answer: Another: list of them.
This is programmer catnip!
posted by gregglind at 8:20 AM on December 15, 2014 [2 favorites]
This is programmer catnip!
posted by gregglind at 8:20 AM on December 15, 2014 [2 favorites]
Why?
(Asking because if this is more of a programming thing and you hadn't thought of it, there are libraries or functions that can do number ↔ words conversion as a procedure versus this essentially brute-force method, and it might be a better idea.)
posted by Su at 10:00 AM on December 15, 2014
(Asking because if this is more of a programming thing and you hadn't thought of it, there are libraries or functions that can do number ↔ words conversion as a procedure versus this essentially brute-force method, and it might be a better idea.)
posted by Su at 10:00 AM on December 15, 2014
Response by poster: Thanks; I'm aware of libraries that do this but I needed it fast on a computer where I can't install things like that.
posted by Wolfdog at 11:40 AM on December 15, 2014
posted by Wolfdog at 11:40 AM on December 15, 2014
Okay, it's not a list, and since you specified fast I guess you're almost certainly done with what you needed to do, but it's an alternate take on the problem:
Excel formula to convert numbers into words
posted by Just this guy, y'know at 7:36 AM on December 16, 2014
Excel formula to convert numbers into words
posted by Just this guy, y'know at 7:36 AM on December 16, 2014
This thread is closed to new comments.
posted by stinkfoot at 8:16 AM on December 15, 2014