Code: Select all
on menuPick pWhich
switch pWhich
[...deleted...]
case "mark all"
select the text of the target
break
end switch
end menuPick
Moderators: 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 menuPick
Code: Select all
select the text of the target
Code: Select all
select the text of fld sMyField
Code: Select all
if the selectedField is not empty then select the text of the selectedField