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 tVarModerators: 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 tVarCode: Select all
on mouseUp
put the selectedText
end mouseUpCode: Select all
repeat with
i = 1 to the number of lines of fld "spec'"