>converting a number to its equivalent to its word in javascript Could you give an example of what you're trying to do?
Converting the digits (0-9) is easy-peasy but getting bigger than that needs limits. I've got a component that will convert any string to a phoenetic represetation but I don't think that's what you want. For example enter "A1D3" and the component will return something like this: Capital "A" as in Alpha The Number One Capital "D" as in Delta The Number 3 This is useful for phone support people that need to relay ambigious information to callers (like generated passwords). Let me know if that's what you're looking for. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/Javascript/message.cfm/messageid:4048 Subscription: http://www.houseoffusion.com/groups/Javascript/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.33
