jwcolby
jwcolby at colbyconsulting.com
Sat Feb 21 19:52:44 CST 2009
Well... you just convinced me not to do that! ;-) John W. Colby www.ColbyConsulting.com Stuart McLachlan wrote: > Len() measures in characters. > > Access stores string data as a 10 byte header, followed by the character data in Unicode, > using 2 bytes per character > > So 2500 strings with a total length of 140,000 character will take > (2,500*10) + (140,000*2) = 305,000 bytes. > >