Thank you. I'm really surprise for the big number of different and elegant solutions. Now, how can I define a dyadic verb myfill where left argument specifies the boxes I want replace? In practice, I need to fill also boxes which contain just one space or LF, writing something like:
(a:;' ';LF) myfill mylist Lorenzo Oleg Kobchenko wrote: > > A simpler phrase for [EMAIL PROTECTED] is [^: > > [^:(a:-:])/\ 'a';'';'';'bb';'';'ccc';'';'';'' > +-+-+-+--+--+---+---+---+---+ > |a|a|a|bb|bb|ccc|ccc|ccc|ccc| > +-+-+-+--+--+---+---+---+---+ > > .... > > > -- View this message in context: http://www.nabble.com/populating-a-list-of-boxed-strings-tp15288034s24193p15299311.html Sent from the J Programming mailing list archive at Nabble.com. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
