Hi,
I have a text sting and i need to have the list counted then each item in the list made into a variable Then I need to have the variable put in a looping script according to how many items are in the initial text string. example:
{“1”,“2”,“3”,“…”}
tell application “Portfolio 8.1”
– 3 part find example
set theQuery to “Filename” & tab & “contains” & tab & “(variable 1 from list)” & tab & return
& “Filename” & tab & “contains” & tab & “(variable 2 from list)” & return & “Filename” & tab & “contains” & tab & “(variable 3 from list)” & return & “Filename” & tab & “contains” & tab & “(variable … from list)”
–and so on and so on untill the list count is exausted…
how do you set up the list to be counted and set to variables then loop the script to include the appropriate variables from the list???.
thanks in advance for your time!!!