Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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 "*"]