I knew it has to be something small, thanks a lot!!Raoul_Volfoni wrote:Hi,The first parameter is a string. You forgot the quotes for the fieldTag = 'fieldTag'diegopau wrote:What am i doing wrong?
Code: Select all
SetCustomField('sinopsis_es', Item); SetCustomField('critica_es', Comments);
Search found 2 matches
- 2013-09-15 01:07:06
- Forum: Ant Movie Catalog > Scripts
- Topic: Programmation questions
- Replies: 133
- Views: 81862
- 2013-09-14 23:49:03
- Forum: Ant Movie Catalog > Scripts
- Topic: Programmation questions
- Replies: 133
- Views: 81862
Hi! I am trying to edit a script so that I can get the description and comments info from FilmAffinity and set it to some custom fields I have created. I created the two custom fields with tags sinopsis_es and critica_es, and the only 2 lines that I've modified in the script are: SetCustomField(sino...