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

[REBOL] Re: Editor

From: jason:cunliffe:verizon at: 25-Jun-2002 5:43

> btn green / 1.8 "Date" #"" [ > focus my-area > put to-string now/date length? to-string now/date > ]
This works.. btn green / 1.8 "Date" #"" [ focus my-area append my-area/text to-string now/date ] ./jason