 <font face="courier new">
for (index = 0; index <1024 ; index++)
{
  SpecificBuffer[index] = getCharacter();
}
</font> 