The last 2 posts displayed correctly in http://jsoftware.com/pipermail/programming/2011-November/date.html
R.E. Boss -----Oorspronkelijk bericht----- Van: [email protected] [mailto:[email protected]] Namens Henry Rich Verzonden: zaterdag 26 november 2011 15:58 Aan: Programming forum Onderwerp: Re: [Jprogramming] FW: Copying a result I use the following verb (two lines, watch line wrap): NB. Set box characters for email. y is 1 to go to email, _1 to come out of email setboxforemail =: 3 : 0 y =. {.y,1 9!:7 a. {~ (y=1){:: 16 17 18 19 20 21 22 23 24 25 26;43 43 43 43 43 43 43 43 43 124 45 ) ;: 'a list of boxes' --T----T--T-----┐ │a│list│of│boxes│ L-+----+--+------ setboxforemail 1 ;: 'a list of boxes' +-+----+--+-----+ |a|list|of|boxes| +-+----+--+-----+ Then you have to hope the reader is using a fixed-width font. Henry Rich On 11/26/2011 4:56 AM, Linda Alvord wrote: > > > _____________________________________________ > From: Linda Alvord [mailto:[email protected]] > Sent: Saturday, November 26, 2011 4:53 AM > To: 'Linda Alvord' > Subject: Copying a result > > > dice > ----T---T---T---T---T---┐ > │ │o │o │o o│o o│o o│ > │ o │ │ o │ │ o │o o│ > │ │ o│ o│o o│o o│o o│ > L---+---+---+---+---+---- > > dice > ----T---T---T---T---T---┐ > │ │o │o │o o│o o│o o│ > │ o │ │ o │ │ o │o o│ > │ │ o │ o│o o│o o│o o│ > L---+---+---+---+-- +--- - > > I want this to look right in an e-mail > > Linda > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
