Code: Select all
repeat with i=1 to 19
if the selected of line i of fld "spec"is true then
put line i of fld "spec" into tVar
end if
end repeat
put tVar
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
repeat with i=1 to 19
if the selected of line i of fld "spec"is true then
put line i of fld "spec" into tVar
end if
end repeat
put tVar
Code: Select all
on mouseUp
put the selectedText
end mouseUp
Code: Select all
repeat with
i = 1 to the number of lines of fld "spec'"