Hello, How can I access the "Before Formula Scritps"field in the "Set values dialog via labtalk from the script window?
I can access the Formula field in the same dialog via: col(E)[O]$=Col(D)*2; But if I enter the following in a script window col(B)[O]$=Col(A)*%(col(A)[P1]$); it will evaluate the value of the parameter. and thus not recalculate if the parameter is changed afterwards.
I would like to to end up with the following if I open the "Set values"dialog afterwards