配列に入ってる文字をダイアログ表示

set theList to {}
...
repeat with i from 1 to length of theList
 display dialog (text item i of theList)
end repeat