missing ',' near "Comma Separated Values|csv|CSV"
Posted: Fri Jan 15, 2021 11:01 pm
Hi,
copied this code from Complete Lessons Book : Pg 308.
Debugger returns an red Cross error on this specific line :
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
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