Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
stijnkimpe
in reply to: JelteDeJong

@JelteDeJong 

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.