2017-01-19 03:10 AM
!======split len = STRLEN (string) iDotPos = STRSTR (string, sep) code = STRSUB (string, 1, iDotPos - 1) mat = STRSUB (string, iDotPos+1, len-iDotPos)!material if display_txt = 'code' and code<>"" then string=code endif if display_txt = 'mat' then string=mat endifAny help with this would be greatly appreciated. The aim of this functionality would let one tag materials like a keynote tool but a lot simpler and more integrated into archicad.
2017-01-23 07:04 AM