i tried to readout Range.x[0] and [1] and give the values to the multislider, not working for me.
expression goes like this:
myRange = {range(x[0], Bereich.x[0], Bereich.x[1])} "Bereich" is the name i gave the range object.
actually it does work like this:
myRange = {range(x[0], 0, 78)}
but then of course i can´t change the values with the range slider :/
could anybody gve me a helping hand please, slightly going mad here after hours of fooling around

thanks a lot,
Martin
edit: i did unmap x from the multislider