We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2017-04-21 02:48 PM
2017-04-21 03:23 PM
JGoode wrote:QW = REQUEST ("Name_of_macro", " ", name)
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
2017-04-21 03:26 PM
QW = REQUEST ("Name_of_macro", " ", name)
NM = STRSTR (name, ".")
UI_DIALOG strsub (name, 1, NM-1)