I want to write a script that loops through 15 strings (array possibly?) Is that possible?
(我想编写一个通过15个字符串循环的脚本(可能是数组吗?)那可能吗?)
Something like:
(就像是:)
for databaseName in listOfNames
then
# Do something
end
ask by Mo. translate from so