Page 1 of 1

Modify a field in more movies

Posted: 2004-05-24 14:28:23
by cecco
It's possible to modify a field in more films instead of updating values once for ever film in the list?
Hi
---
Si può modificare un campo in più film contemporaneamente? mi sarebbe molto utile..
grazie e ciao a tutti gli italiani! :)

Posted: 2004-05-24 16:54:13
by antp
Using scripts.
Select the movies to modify, go to Tools -> Scripting -> Editor. Click "New" and enter between the begin and end this code :
SetField(fieldCountry, 'New Country');
for example.
The fieldnames are described in the help file, and the value must be between quotes '...'