The reason why Messenger.MyStatus = "3" works (but why it is not correct to do so) is because JScript automatically converts the string to a number. Mystatus needs a number, not a string.
This post was edited on 08-19-2006 at 12:52 PM by CookieRevised.