O.P. RE: writing text in registry?
Thanks Matty after a long time your script works for me
Thank you very much
@matty can I ask only one simple thing? (I don't want make another topic only for this)
I've read the documentation but i can not understand how to use
show contact email
Eg:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, rMessage, MsgKind){
if (rMessage !==''){
ChatWnd.SendMessage(Contact.Email+'\n'+rMessage);
}}
I can't find this on forums too =[
This post was edited on 08-14-2010 at 01:59 AM by PedroGabriel.
|