Page 2 of 2

Re: find

Posted: Fri Aug 29, 2014 10:00 pm
by robm80
All problems solved :!: :lol:
This is how the boxes are withdrawn: In the find-script

Code: Select all

 lock screen
      repeat with i=2 to tNum
      put field "comment"  of cd i into field "comment" of cd i
   end repeat
   unlock screen
and more:

Code: Select all

 set the textstyle of the foundchunk to "box"
      put the short name of this cd  into  tRef
      if tRef is among the lines of tList then
         exit repeat
      else
         put tRef & cr after tList
      end if
I followed your advise and changed "find words" to "find."
Thank you. For the moment this will be all: I take a break with Livecode.
All the best,
Rob

Re: find

Posted: Fri Aug 29, 2014 10:59 pm
by jmburnod
Hi Rob,

Sorry I was wrong.
As Jacques said
the result will be empty if the find is successful and the foundchunk is not returned in the result
All the best
Jean-Marc