RowMinHeight depends on MinH, and finally 'w h'=. <./ qextentW &> CellFonts NB. J602 'w h'=. <./ qextentWW &> CellFonts NB. J601
Error occurs when CellFonts is atomic instead of rank-1, because width of w < height so that w=. h=. width of character w in J602 but width of ww > height so that w=. h=. height of character w in J601 I think that CellFonts should be coerced to rank-1, eg. 'w h'=. <./ qextentW &> ,CellFonts NB. J602 'w h'=. <./ qextentWW &> ,CellFonts NB. J601 -- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
