#########################################################################################
# If the PV1-10 != WND or HBO then KILL the message
# else
# CONTIUNE the message
#########################################################################################
if {![string equal $patservice WND] || [string equal $patservice HBO]} {
set dispList
}
thanks for any help.