2022-01-20 11:25 PM - edited 2022-01-21 12:49 AM
Hello) Maybe you know how I can automatically insert a value into a script parameter from an Excel or txt file. For example, I have an area parameter in the script, and I need this value to be taken automatically from an Excel or txt file.
Is there any command in the script to do this?
I will be grateful for the answer).
2022-01-21 04:24 AM
You can use the GDL Text Add-on to read in arbitrary data.
But bear in mind that the type of the variable will be auto casted. So if it looks like a number it will be treated as one. This might lead to problems with e.g. room lists.
2022-01-25 12:04 AM
Thank you!
2022-01-25 05:46 AM
This is a GDL TEXT I/O extension need to download?
2022-01-25 07:50 AM
Have you read the link?
In short: No. It's named "Add-on" since you could actually write you own extensions in C++ which would be callable from GDL. But this is one of the default OOTB ones (:
2022-01-25 09:46 PM
Sorry for the inattention.