Comments on existing version & Suggestions for future versions. If you want a new feature suggest it here. Discussions about beta versions also come in this section.
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!
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 '...'