5

Possible Duplicate:
Importing Zip files

I have a piece of code which imports a txt file and turns it automatically into a table form. I use the following:

Import["filename.txt","Table"];

Now I have a txt file in a zipped folder which I want to Import. After importing I also want to convert it into a Table. But:

Import["filename.zip","filename2.txt","Table"];

does not work because it contains three arguments. How can I solve this?

Regards, RA

RMMA
  • 2,710
  • 2
  • 18
  • 33

0 Answers0