Operations in the CL layer

Hi Everyone,

Is there any documentation as to how to do mathematical operations in the CL layer? Right now I’m doing this dance of just dumping everything into a calculator component into usually a series of variables and then pulling out the value of a variable in the calculator that is doing all the operations with each of the sub variables.

I see that other people are using “numericValue” coupled with quotations, extra backslashes etc. Just wondering if there is a listed documentation anywhere.

And as a side request, is it possible to add CL math operations?

Like be able to simply say:

a=3
b=1+a

Brian

August 2021’s newsletter is probably the best explanation as to how to handle calculations and operations in CL:

https://6634586.hs-sites.com/computation-in-cl

1 Like