Creating fixed field length records
Rob Cozens
rcozens at pon.net
Sat Oct 27 11:51:31 EDT 2007
Hi Len,
>While I'm at it, if I DO have to create a string of <record length>
>first, how do I create a string of spaces <record length> long?
Another approach:
put empty into recordBuffer
set the itemDelimiter to space
put empty into item <record length> of recordBuffer
Rob Cozens CCW
Serendipity Software Company
"And I, which was two fooles, do so grow three;
Who are a little wise, the best fooles bee."
from "The Triple Foole" by John Donne (1572-1631)
More information about the use-livecode
mailing list