Link in gdl script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-01-21 08:25 AM - edited 2022-01-21 09: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).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-01-21 01:24 PM
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.
My List of AC shortcomings & bugs | I Will Piledrive You If You Mention AI Again |
POSIWID – The Purpose Of a System Is What It Does /// «Furthermore, I consider that Carth... yearly releases must be destroyed»
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-01-25 09:04 AM
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-01-25 02:46 PM
This is a GDL TEXT I/O extension need to download?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-01-25 04:50 PM
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 (:
My List of AC shortcomings & bugs | I Will Piledrive You If You Mention AI Again |
POSIWID – The Purpose Of a System Is What It Does /// «Furthermore, I consider that Carth... yearly releases must be destroyed»
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-01-26 06:46 AM
Sorry for the inattention.