1. ? text_rows
- Posted by Bernie <xotron at PCOM.NET> Oct 24, 2000
- 460 views
-- Why is the function text_rows() called that name when it sets and returns the number of lines ?
2. Re: ? text_rows
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Oct 24, 2000
- 452 views
Bernie wrote: > Why is the function text_rows() called > that name when it sets and returns the > number of lines ? Aren't rows the same as lines? When dealing with text layout, it's fairly traditional to think of text as rows and columns. But I always have to stop for a moment to convert to {x,y}, which is my internal schema of thinking about it. -- David Cuny
3. Re: ? text_rows
- Posted by Bernie <xotron at PCOM.NET> Oct 24, 2000
- 459 views
- Last edited Oct 25, 2000
-- If you read the description in the library document the description talks about lines and never mentions rows, this seems to be inconsitent and would be very confusing to a new user. Bernie