Audio (340) Datatype (50) Demo (203) Development (592) Document (22) Driver (100) Emulation (146) Game (984) Graphics (491) Library (112) Network (230) Office (65) Utility (907) Video (68)
Total files: 4310
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
N2w | Description: | Convert numbers to words | Download: | n2w.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 60kb | Version: | 1.0 | Date: | 17 May 2005 | Author: | Chris F.A. Johnson | Submitter: | Timo Sievänen | Category: | utility/text/misc | License: | GPL | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 764 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 274 (Current version) | | 274 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
This program is released under the GNU General Public Licence.
Usage: n2w [OPTIONS] num [num ...]
OPTIONS:
-$ display as dollars and cents
-U units, --units=units
print "units" after number
-u, --nand, --US do not use "and" after "hundred", etc.
-&, --ampersand use "&" instead of "and" after "hundred", etc.
--help display this help and exit
-v, --verbose set verbose mode on
-Vn, --verbose=n set level of verbosity
--version output version information and exit
Options may be placed anywhere on the command line
EXCEPT that a negative number must be preceded by "--"
(to indicate end of dashed options).
BUGS: No warning is given if number supplied exceeds the limit
Copyright 2000, Chris F.A. Johnson
EXAMPLES:
n2w 21 => twenty-one
n2w 4.56 => four point five six
n2w -$ 21 => twenty-one dollars only
n2w --dollars 4.56 => four dollars and 56 cents
n2w -U degrees 21 => twenty-one degrees
n2w -U degrees 4.56 => four point five six degrees
** Original Aminet archive: dev/c/n2w.lha
Only the executable file was replaced by OS4 elf.
|