Short: MUI based CSV file reader Author: Nate Webb Uploader: Nate Webb watertonian gmail com Type: biz/dbase Version: 1.3 Replaces: biz/dbase/ViewCSV.lha Requires: NList, MUI, => 68020 Architecture: m68k-amigaos >= 3.0.0 URL: http://tinyurl.com/viewcsv MUI and NList based CSV file viewer, with some AREXX commands. Designed to be simple, so not exacly crawling with features. Technically requires 020 & WB 3.x, only because I haven't tested it on anything else. Theoretically should working under 2.x as well, though. Also, codesets.library and openurl.library are used, but not needed. history: 1.0 First release 1.1 Fixed weird international character bug, caused by signed characters. (©,ø,æ,å,etc.. are all >127 in ascii, and get "rolled over" to negative values when typcast as a signed char, which I used a <=1 statement to allocate fields when parsing) Added error trapping for memory allocations (oops...) Fixed "uneven" csv files (ones with an irregular number of columns per line). Now *** BLANK *** shows up when that happens (this will be customizable in the future). 1.2 Fixed 64K gas-gauge bug Added percent readouts to gas-gauge 1.3 Added URL recognition via OpenURL.library Removed "escape characters" from the display Fixed column sort crash Added search and filter options. Added unicode support via codesets.library Added viewer and URL launching from "entry info" window Ghosting" of nlist displays for faster updates