Aaron

quote:
$Selection = SendMessage("$pcName", "Please Contact Your System Administrator on Extension $ext ASAP Regarding $subj")
If $Selection = 1
? "Ok Selected"
EndIf

Hmmm ... I think you are still on the wrong path !

Sendmessage() does send a message to a remote system / users, nothing less but also nothing more, just like net send [Wink]

You can't query the user action on this message ...

[ 16. May 2003, 16:51: Message edited by: Jochen ]
_________________________