this should work (not tested)

put multiChar(space,396) into tPaddedLine


function multiChar pChar,pRecordLength
repeat with n = 1 to pRecordLength
   put pChar after tOut
end repeat
return tOut
end multiChar



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?
Thanks again,
len morgan

--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -


_______________________________________________
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