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

[ALLY] Text in and out of an area Re:

From: larry:ecotope at: 13-Sep-2000 19:55

Hi Greg This should get you started. At the View console:
>> s: {This is some text to be edited.
{ This is the second paragraph.} == {This is some text to be edited. This is the second paragraph.}
>> view layout [ar: area 100x100 para [wrap?: on] do [ar/text: s] button
save [s: ar/text]] The edit window opens. I added a new 3rd paragraph, then closed the window which returns to the console.
>> print s
This is some text to be edited. This the second paragraph. This is the third paragraph.
>>
Cheers -Larry