

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
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
Thank you. For the moment this will be all: I take a break with Livecode.
All the best,
Rob