Newbie3

Mark Wieder mwieder at ahsoftware.net
Mon Dec 8 13:36:42 EST 2008


Craig-

...and if you just want to display the multiple occurrences visually

on MyFindLines pTextToFind
  local tVariable

  put the htmltext of field "whatever" into tVariable
  replace pTextToFind with "<u>" & pTextToFind & "</u>" in tVariable
  set the htmltext of field "whatever" to tVariable
end MyFindLines

-- 
-Mark Wieder
 mwieder at ahsoftware.net




More information about the use-livecode mailing list