We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

request "name_of_macro" Help Required

JGoode
Expert
Hello,

I was wondering if there is any way to show the "name_of_macro" request within my interface without it containing the .gsm at the end of the name?

Thanks
ArchiCAD 23

Windows 10
2 REPLIES 2
Anonymous
Not applicable
JGoode wrote:
Hello,

I was wondering if there is any way to show the "name_of_macro" request within my interface without it containing the .gsm at the end of the name?

Thanks
QW = REQUEST ("Name_of_macro", " ", name)
NM = STRSTR (name, ".")
UI_DIALOG strsub (name, 1, NM-1)
JGoode
Expert
QW = REQUEST ("Name_of_macro", " ", name)
NM = STRSTR (name, ".")
UI_DIALOG strsub (name, 1, NM-1)


Thank you very much, worked perfectly.
ArchiCAD 23

Windows 10