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.
