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
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to