
on mouseUp
put the htmlText of field "MytextField" into myHtml
put lineOffset("begin{equation}",myHtml) into tBegin
put lineOffset("end{equation}",myHtml) into tEnd
set the hidden of line tBegin to tEnd in fld "MytextField" to true
end mouseUp
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
on mouseUp
put the htmlText of field "MytextField" into myHtml
put lineOffset("begin{equation}",myHtml) into tBegin
put lineOffset("end{equation}",myHtml) into tEnd
set the hidden of line tBegin to tEnd in fld "MytextField" to true
end mouseUp