Hi
i can't understand .
I have:
Dim prova(10) as list
..
if i try to save one list at time :
file.writelist(folder,file.txt,prova(0)) >>>>>> Doesn't works
If i save all the lists :
file.writelist(folder,file.txt,prova) >>>>>> works !!
but when i read back with :
prova=file.readlist(folder,file.txt)
the compiler goes in error (inconvertible types) !!
any idea ?
Thanks
i can't understand .
I have:
Dim prova(10) as list
..
if i try to save one list at time :
file.writelist(folder,file.txt,prova(0)) >>>>>> Doesn't works
If i save all the lists :
file.writelist(folder,file.txt,prova) >>>>>> works !!
but when i read back with :
prova=file.readlist(folder,file.txt)
the compiler goes in error (inconvertible types) !!
any idea ?
Thanks