Hi there, there is a problem with this script at the IMDB Top 250 section; the custom1 field. input #13 takes the Top 250: string as well so the output comes as follows;
the shawshank redemption --> 00Top 250: #1 which I assume supposed to be --> Top 250:# 001 hence I made a change in the script as below;
hi again, I assume there is something wrong about the script I wrote above. I assume the line #DELETEWORD#= deletes all the "spaces" of script complete output. How can I make it run just to the input I've chosen?
I guess you've deleted "0" and "00" cases which I suppose they are required to support ascending to descending sorting when you hit the custom1 tab. Because when you delete those numbers the numbers will be sorted;
1 108 178 23 234 3 4
so that's why I guess "0" and "00" are in the script