IMDB TV Shows
Posted: 2005-05-29 16:38:12
Is there a way to stop IMDB from showing TV show titles as "whatever". Meaning to remove the quotes?
Code: Select all
SetField(fieldOriginalTitle, Value2);
Code: Select all
SetField(fieldOriginalTitle, StringReplace(Value2, '"', ''));