garydavid711: -------------------------------------------------------------------------------- jan--i understand that --i gave you 1,838170 b--that is where i got it-- but i do not know how to convert to what you e mail me 32b to the numbers showng up for my text --i'm sure you can do more than 4 or 5 sentences at a time--about how many 8x11 pagesogf text is safe? --
Jan Fiala wrote: > menu File / File info > > -------------------------------------------------------------------------------- I guess, the line number limit 2 mld lines (size of 32b integer) would probably be 2**31 (2 to the power of 31) ie. 2147483648 lines In other words, you are very likely not going to reach this limit. In most cases, you can work with files up to a few MB quite well. However, you can well reach other limits under some circumstances (e.g. with long lines and word-wrapping, some expensive reformating operations etc.) vbr -- <http://forum.pspad.com/read.php?2,49339,49345> PSPad freeware editor http://www.pspad.com
