James Posted December 17, 2006 Share Posted December 17, 2006 Hey. I'm having problems with my MSN script. I need to write to an ini what the name of the window was. IniWrite("Text.ini", "Conversation", "Last spoke 2", WinGetTitle("- Conversation", "") Doesn't work? I dont know why it won't recognise it. Secure Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Westi Posted December 17, 2006 Share Posted December 17, 2006 I think "- Conversation" is not the complete title... add to your code: Opt("WinTextMatchMode", 2) Link to comment Share on other sites More sharing options...
James Posted December 17, 2006 Author Share Posted December 17, 2006 I already have that at the top. Do you want to see all of my code? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Westi Posted December 17, 2006 Share Posted December 17, 2006 Add a bracket at the end! IniWrite("Text.ini", "Conversation", "Last spoke 2", WinGetTitle("- Conversation", "")) Do you want to see all of my code?Maybe Link to comment Share on other sites More sharing options...
James Posted December 17, 2006 Author Share Posted December 17, 2006 I fixed it just before you sent that. Thanks though..Maybe Its in the example scripts. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now