Below is a snippet from my create table routines ...
"Synopsys" , #kTypeText, 5 * 1024)
If the text is less than 5KB, then 5KB is still used. If text is for example 6KB, then 10KB will be used, because page (1) is full and a second 5KB page is created for the remaining text.
Is this correct ? ©2002 Gunnar Swan |