Code: Select all
on menuPick pWhich
   switch pWhich
      [...deleted...]
      case "mark all"
         select the text of the target
         break
   end switch
end menuPickModerators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on menuPick pWhich
   switch pWhich
      [...deleted...]
      case "mark all"
         select the text of the target
         break
   end switch
end menuPickCode: Select all
 select the text of the targetCode: Select all
select the text of fld sMyField
Code: Select all
if the selectedField is not empty then select the text of the selectedField