imdb script, ratings are floored
Posted: 2005-05-09 07:28:52
hi,
just found a small bug with imdb script. I don't use decimals, just integers. When a movie is imported, rating is floored (e.g. 3,8 becomes 3) and it should be rounded. I looked into a script, but there is only call of procedure
and that one is found in MovieCatalog.exe, so I can't fix it
Elman
just found a small bug with imdb script. I don't use decimals, just integers. When a movie is imported, rating is floored (e.g. 3,8 becomes 3) and it should be rounded. I looked into a script, but there is only call of procedure
Code: Select all
SetField(fieldRating, TextBetween(Value, '<b>', '/'));

Elman