Len Morgan wrote:
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?

put format("%396s", " ") into myRecord

or

put format("%" & numSpaces & "s", " ") into myRecord




--

Alex Tweedly      mailto:[EMAIL PROTECTED]      www.tweedly.net

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to