and
Guest
How can I create a personal attribute with these attributes ordered in increasing order?
I have done this function, but I am not in order of magnitude...
iproperties.value("custom", "misure_ingombro") = (measure.extentslength) & "x" & (measure.extentswidth) & "x" & (measure.extsheight)).tostring
example the measurements of a piece :
measure.extentslength = 10
measure.extentswidt = 7
measure.extentsheight =14
the result of my function is:
measures_engrave = 10x7x14
I would like to ask you more:
measures_engrave = 7x10x14
How can I do with an ilogic function?
I have done this function, but I am not in order of magnitude...
iproperties.value("custom", "misure_ingombro") = (measure.extentslength) & "x" & (measure.extentswidth) & "x" & (measure.extsheight)).tostring
example the measurements of a piece :
measure.extentslength = 10
measure.extentswidt = 7
measure.extentsheight =14
the result of my function is:
measures_engrave = 10x7x14
I would like to ask you more:
measures_engrave = 7x10x14
How can I do with an ilogic function?