Hi,
is it possible to filter out which values you want to set in an identifier? I want to only set x-pos and x-width as I am showing here but would also like to avoid having to set y-pos and y-height to a specific value at the same time.
cabbageSet changed2(k1, k2), "xChan10001", sprintfk("bounds(%d, 0, %d, 0)", k1, k2)
Is this possible?