> Le 31 oct. 2017 à 21:47, Kirk Brooks via 4D_Tech <[email protected]> a > écrit : > > Peter, > This is easy to do with local arrays and dynamic variables. It looks like > you only need to build text arrays. You can declare a local array, ARRAY > TEXT($aText2d;0;0). Then you can resize this to add more 'columns' as > needed and populate them.
I'd choose that too: 2D arrays to grab imported data, listbox if display is needed. Creating records after will be easy and fast with array to selection. To convert an array text in array else, here's some code that I use: <http://forums.4d.com/Post/FR/16119112/1/16119113#16119113> -- Arnaud de Montard ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

