[REBOL] Re: Using "repeat" in write/append/lines
From: lmecir:mbox:vol:cz at: 5-May-2004 15:17
Hi Stuart:>> repeat i 10 [write/append/lines %output.txt "*"] >> >> >>should do it >> >> >> >> >>>But instead of ********** in the appended line I would get a single * >>> >>>Can anyone help? >>> >>>Stuart >>> >>>try: repeat i 10 [write/append %output.txt "*"]