cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
JGoode
Expert

request "name_of_macro" Help Required

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 27

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 27

Windows 10

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!