Re: How to read a multi-dimensional array from a text file?
Posted: Mon Feb 07, 2022 1:50 am
Thanks Claudio,
But I'm not having a problem saving the array to a file. I'm having a problem converting the array from a array-shaped string in a file, to an array in the program.
In this example, you already have the array declared and populated, and you're sending it to a text file.
I'm trying to do the reverse.
But I'm not having a problem saving the array to a file. I'm having a problem converting the array from a array-shaped string in a file, to an array in the program.
In this example, you already have the array declared and populated, and you're sending it to a text file.
I'm trying to do the reverse.
Claudio Ricardo wrote: ↑Mon Feb 07, 2022 12:26 am Hi... Two options to convert your array (as is) to .txt file
Comment and discomment lines... (need add more for/next bucles)
Compiled with HMG 3.4.4 32 bits.