copied this code from Complete Lessons Book : Pg 308.
Code: Select all
...
answer file "Please choose a file to import"
with type "Comma Separated Values|csv|CSV"
if the result is not "cancel" t
...
with type "Comma Separated Values|csv|CSV"
Commands : missing ',' near "Comma Separated Values|csv|CSV", Char 9.
Tried adding a comma, ..counted 9 chars...(???)...no sucess I dont know how to solve it.
any clue ?

Thanks