My problem is not with my output in jijx. The problem occurs when I past into a new e-mail message.
Linda -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kip Murray Sent: Saturday, November 26, 2011 1:21 PM To: Programming forum Subject: Re: [Jprogramming] FW: Copying a result Linda, in JHS jbd 0 selects "solid line" boxes and jbd 1 selects "plus and minus" boxes: jbd 0 ;: 'a list of boxes' --T----T--T-----┐ │a│list│of│boxes│ L-+----+--+------ jbd 1 ;: 'a list of boxes' +-+----+--+-----+ |a|list|of|boxes| +-+----+--+-----+ On 11/26/2011 8:58 AM, Henry Rich wrote: > 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 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
