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'
┌─┬────┬──┬─────┐
│a│list│of│boxes│
└─┴────┴──┴─────┘
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