okey thanx for the replys,
so in case i would like it set to forget i should use the add param and call function and dropdown
and for using the text , i guess its a good way as i don't need a seperate var for setting the param
or maybe a global var is also a good way
so like this
global('setstart') set var to Function.setstartvalue(1000,1000,300,1)
i guess my question was why do you need to set something, why not just
Function.setstartvalue(1000,1000,300,1)