Hi Andreas, You may need to do: eff_cdf->X=20 (abInvokeObjCdfCallbacks eff_cdf ?order (list "X")) eff_cdf->Y=30 (abInvokeObjCdfCallbacks eff_cdf ?order (list "Y")) Unfortunately interdependent CDF parameters are evil and a big headache when trying to call callbacks procedurally. Calling the callbacks with the ?order set to one parameter at a time as above is not any more expensive than calling it with an order list with two parameters - so that seems fairly reasonable to me. Hope that helps, Andrew.
↧