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

[REBOL] info abuse?

From: kpeters:otaksoft at: 27-Aug-2007 17:54

I needed a user-readonly 'area in one of my windows for logging progress= info so I just resized an 'info to hold about 50 lines and went with that. When I try to clear its text, all lines but the first line get cleared and= the first character of that line is replaced by some non-printable ASCII char (a square box). I am doing: clear loginfo/text show loginfo I have also tried clearing /texts and /data - to no avail What is happening here? Is 'info not supposed to be used in multi-line form= or what is it I don't know yet? Thanks, Kai