readtable & json file

Discuss any general programming issues here
Post Reply
ilbarbax
Posts: 156
Joined: Thu Apr 01, 2010 6:41 pm

readtable & json file

Post by ilbarbax »

Hi,
I have two different tables and I want to save both on an unique file via writetable using the default option. They are written correctly while the reading is impossible receiving an error message. Saving the two tables, each one in a different file, they are correctly read.
There is a way to have an unique file?
plouf
Posts: 704
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: readtable & json file

Post by plouf »

cant use Seek() as said in manual to move pointer to end of first table and read next?
Christos
Post Reply