On Fri, 06 Jun 2003 22:48:22 +00, Bastiaan Edelman, PA3FFZ wrote: > 6- view or print website.txt > This file is one very long line... not all viewers/editors like > this and it is not easy to understand it. > cache.idx is a list that states: > original filename => cache converted => cache + original extension
> I had the cache.idx (website.txt) made better readable by searching for > ">" by the editor and giving an enter to break up the very long line. This can be done with QBASIC using the INPUT$ command to read one byte at a time into a string and then operate on the string. Maybe not the most efficient method but it will do it. from Greg Mayman, in Adelaide, South Australia "Queen City of the South" 34:55S 138:36E http://homepages.picknowl.com.au/greg_mayman/default.htm -- Arachne V1.71;UE01, NON-COMMERCIAL copy, http://arachne.cz/
