A function question on CL

I have used the Action Button a lot, but never used the capture sink. What does it do, and when would I use it?

Also, why use parseEquation when you can just use simpleFunction? From what I can see they look basically the same, but parseEquation is just harder to use.

With capture you can create a list with the history of the values that a given variable took:

Thank you for answering my first question! But I can’t seem to find where the variables a and b are… also history seems pretty confusing.

the variables a and b in the example are inside the graph …
history is a CL list containing all the captured values.

Oh really? I think they are number("a") and number("b") correct?

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.