hello all,
anybody knows whether it’s possible to access specific slices in the expr node? (xn - xn-1 stlye?)
thx
w
hello all,
anybody knows whether it’s possible to access specific slices in the expr node? (xn - xn-1 stlye?)
thx
w
hmmm you mean use the result of one slice in the next?
nope, just a formula which involves another slice in the spread - e.g. for some vectorstuff without splitting the spread.
naaaaa, sory dat is not possible. a nice idea though.
so you need to decompose expression in the differents steps you want to access to ?
yes; you would need to decompose the formula into separate nodes. or write a little c# plugin… :
i added this thread as a faq entry to the Expr (Value) page