About populating Data Grids with external txt file.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
About populating Data Grids with external txt file.
I have very little scripting experience. I'm having immense problem trying to populate my Data Grid with external text files (I struggle learning external stuff overall) so my workaround is to put the texts I need inside field tables inside an "inaccessible" card. So instead of importing external files to populate my Data Grids, I use the text of the field tables in that "inaccessible" card. It's working fine. My question is is my method as efficient as using external file or will it slow down my program?
Re: About populating Data Grids with external txt file.
Hi.
If you set the "dgText" of your DG with tab and return delimited data, it will just "go in". Is it then simply a matter of formatting?
Craig Newman
If you set the "dgText" of your DG with tab and return delimited data, it will just "go in". Is it then simply a matter of formatting?
Craig Newman
Re: About populating Data Grids with external txt file.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w