For example
Code: Select all
on hiliteChanged
put the hilitedItems of me into tHiliteNum
set the lockmessages to true
set the hilitedItems of me to 0
end hiliteChanged
Trevix
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on hiliteChanged
put the hilitedItems of me into tHiliteNum
set the lockmessages to true
set the hilitedItems of me to 0
end hiliteChanged