09-29-2020
01:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-29-2020
01:58 AM
Thanks for this usefull code!
Is it also possible to create an InputListBox with an array of values read from a CSV file?
I want to fill in 2 custom Props; material and number by select the correct material from an inputListbox.
my csv file looks like this:
Number, Material
1000, Steel
2000, Wood
I know this is possible with an XLS file, but this has a slower read performance because ilogic has to start Excel in the background.