Hi all!
I'm completely new to MagicScript and just getting my head around it at the moment. I'm currently trying to hack up the Amazon.com script to work on Amazon.co.uk, however I am having a couple of problems.
The main problem is that I get to a section like the below, and the interpreter stops at the FINDLINE, indicating that it cannot find the specified string. What's really strange, however, is that not only is the string definately on the page, but in other sections the interpreter finds the exact same string without any problem! Can anyone suggest what I'm doing wrong?
#MEDIA#
#STARTREADWEB#
#PUT#=0#20#
#FINDLINE#=Rank:</b>#15# #ONERROR#=*STOP*
#FIND#=in #11# #ONERROR#=*STOP*
#FIND#= (#12# #ONERROR#=*STOP*
#TAKEWORD#=#20#,#11#,#12#
#CHECKVARIABLE#=#20#
#STARTDELETETAGS#
#TAKEMEDIA#=#20# #ONERROR#=*OK*
#ENDMEDIA#
~Shiv