Hello,
I can create an expression that loads data from excel:
ug_cell_read("D:\Data.xlsx","B98")
But is there something similar that loads data from a *.txt file?
My underlying problem is that loading from excel takes too long: my current test model has only 225 expressions, and it takes about 200 seconds to load.
In a real situation, I will have thousants of expressions like this.
My hope is that TXT will be much faster.
I would also be open for other methods to read expression values from a data file.
Thanks for any help,
Marcio