Hi again everyone, Never mind. I figured it out. I was calling the function as follows: print ["123" pad 10 "123"]. pad must be separated from print in order to work properly.
Louis At 01:43 PM 4/2/2002 -0600, you wrote: >Hi rebols, > >I wrote this function to add spaces in the right places to line up columns >of text: > >pad: func [form-length val] [loop form-length - length? to-string val >[prin " "]] > >It works fine except that it also prints ?unset? > >How do I get rid of the ?unset? ? > >Louis > >-- >To unsubscribe from this list, please send an email to >[EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
