Page 1 of 1
Load / Save ANY array
Posted: Mon Feb 18, 2013 3:47 pm
by esgici
Hi All
Another Load / Save array sample, this time for ANY array.
This sample load an external ANY array from a text file to the GRID and upon exit save it to the file.
For manipulating on the array into program we are using a GRID control.
All critics and suggestions are welcome.

- Load / Save ANY Array sample screen shoot
- LSanyArr.PNG (138.96 KiB) Viewed 5289 times
- LSanyArr.zip
- Load / Save ANY Array sample source files
- (2.76 KiB) Downloaded 435 times
Happy HMG'ing

Re: Load / Save ANY array
Posted: Tue Feb 19, 2013 4:40 am
by bpd2000
Nice
Thank you for sharing
Re: Load / Save ANY array
Posted: Tue Feb 19, 2013 10:25 am
by salamandra
HI Esgici

,
Nice job, no doubt it´s very useful
Thanks for sharing with us.
[]´s Salamandra
Re: Load / Save ANY array
Posted: Tue Feb 19, 2013 10:34 am
by Rathinagiri
It is very nice and useful Esgici.
I want two features though. As you know, I had created this 'Grid2CSV' library.
I wish for 'CSV2Grid' and 'Grid2DBF'.
Re: Load / Save ANY array
Posted: Tue Feb 19, 2013 10:46 am
by esgici
Thanks friends,
Dave, Salamandra ant Rathi
Rathi, OK. I will work on it.
Regards
Re: Load / Save ANY array
Posted: Tue Feb 19, 2013 3:49 pm
by esgici
Hi Rathi
rathinagiri wrote:I wish for 'CSV2Grid' and 'Grid2DBF'.
I'm a bit confused
Format of files built by LS2dArr and Grid2CVS is almost same;
As far as I see, only difference is string values are quoted or not (BTW, quoting is better).
And this similarity is weird : M$ Excel read but not obey column structure for both
What I missed ?
Please clarify, how should be format of expected / implied CSV file ?
Best regards