SOLVED!
Insert Object's Name as a parameter

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-01-12 08:20 PM
‎2019-01-12
08:20 PM
I was wondering if there is a way to get object file name (
Example:
Filename: generic_object.gsm
param_name: generic_object
Thank you in advance
A good friend of mine have once told me that I´m so brute that I´m capable of creating a GDL script capable of creating GDLs.

Solved! Go to Solution.
1 ACCEPTED SOLUTION
Accepted Solutions
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-01-16 07:30 PM
‎2019-01-16
07:30 PM
Thank you
A good friend of mine have once told me that I´m so brute that I´m capable of creating a GDL script capable of creating GDLs.

2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-01-16 03:04 PM
‎2019-01-16
03:04 PM
Try this:
rq = request ("name_of_macro", " ", file_name) !---Displays file name nm = strstr(file_name, ".") !---Removes .GSM after file name param_name = file_name
ArchiCAD 23
Windows 10
Windows 10
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2019-01-16 07:30 PM
‎2019-01-16
07:30 PM
Thank you
A good friend of mine have once told me that I´m so brute that I´m capable of creating a GDL script capable of creating GDLs.
