Anyone here know ASP/VBscript?
Sep. 16th, 2008 11:22 amI'm trying to convert an ASP RSS parsing script from reading *every* item in an RSS feed to just reading the 3 most recent items. The original script uses a FOR EACH loop that I'm just not quite figuring out how to change over to a regular loop that I can go through three times.
I did find a version of this online that just breaks it after three iterations, but there's got to be a better way than that. Right?
( Cut for code )
I did find a version of this online that just breaks it after three iterations, but there's got to be a better way than that. Right?
( Cut for code )