arcticpup Posted May 7, 2009 Posted May 7, 2009 (edited) Hi, Well after trawling the forums for over an hour, I have sort of found something similar to what I want. At the moment I have #include <_rss.au3> $Test = _RSSGetInfo("http://www.sage.co.uk/rss/SageTaxationSuite.xml", "<description>", "</description>") ;$FRED = StringTrimLeft ($test1, 5) MsgBox(0, "Test", $test[2]) Now, this returns some unwanted data at the begining and end of the msgbox, so I want to trim it a bit and change the msgbox to $fred but I just get errors about Subscript used with non-Array variable. Any ideas on this, or if anyone has a better RSS feed reader (I either want pre-defined RSS feed that can not be altered, or a pre set list of RSS feeds for the user to choose from) Any ideas? --EDIT-- Have worked out where I was going wrong and moved [2] to after $test1. If anyone has a better script, please let me know though! Edited May 8, 2009 by arcticpup
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