Get from File

Michael D. dweeble at wi.rr.com
Tue Dec 27 01:31:46 EST 2005


Greetings,
I'm stuck on something here and looking for some advice with pulling this section from a text file(*.hta). Its search the complete file around 800 lines for just this section then
put this section into line numbered field ? then
put each "edit" of selected line into a field.

StartArray = Array( _
--- get from here
          "edit-1", "edit-2", "edit-3", "edit-4", "edit-5", _
          "edit-1", "edit-2", "edit-3", "edit-4", "edit-5", _
          "edit-1", "edit-2", "edit-3", "edit-4", "edit-5", _
          "edit-1", "edit-2", "edit-3", "edit-4", "edit-5", _
          "edit-1", "edit-2", "edit-3", "edit-4", "edit-5", _
--- to end of here
          "endof", "of", "the", "list", "")

Any help greatly appreciated
Michael


More information about the use-livecode mailing list