Does it exist this option in script instructions?
Posted: 2006-01-29 10:15:44
I'ld like to write a script that, instead of asking me which movie i want to choose, select all the movies that the "PopulatePickTree" finds, and automatically creates (in the archive file) new lines for each found movie.
example: my search is for movies that include "200" in their titles
so i create one empty line, i start script, i answer '200' to the main question then script has to create a line for each of these movies:
so, at the end of the script my database has ... 6 ... new lines automatically created, one for each movie.
It can be useful to create an archive with all infos available in a web site.
so the question is:
May a script add lines in the main database? which is the instruction?
Thx
ABN
PS: if i remember, a page of this website contains a list of commands usable for creating script. am i right?
example: my search is for movies that include "200" in their titles
so i create one empty line, i start script, i answer '200' to the main question then script has to create a line for each of these movies:
Code: Select all
1 APRILE 2000 (1952)
11 SETTEMBRE 2001 (2002)
200 CIGARETTES (1999)
2000: LA FINE DELL'UOMO (1971)
2001 - UN'ASTRONAVE SPUNTATA NELLO SPAZIO
2001: ODISSEA NELLO SPAZIO (1968)
....
It can be useful to create an archive with all infos available in a web site.
so the question is:
May a script add lines in the main database? which is the instruction?
Thx
ABN
PS: if i remember, a page of this website contains a list of commands usable for creating script. am i right?