Modify a field in more movies

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.
Post Reply
cecco
Posts: 4
Joined: 2004-04-05 15:02:25
Location: San Marino

Modify a field in more movies

Post 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! :)
antp
Site Admin
Posts: 9630
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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 '...'
Post Reply