Hi,

I need to write around 400 chars/bytes to a record, 16 at a time, every 2
seconds. In terms of time overheads, am I best forming the string using a
CharPtr and then writing the whole lot to a record, or shall I use DmWrite
to add 16 bytes at a time to the record? Does writing to a record incur any
significant time overheads that would slow down my program?

Thanks,

Stuart Norton

Reply via email to