
I have an autocalculated number attribute, "foo_modchars", that simply adds two other fields. In the "on("change:" for yet another field I want to get the value of the autocalculated attribute so I can do some math with it. "getAttrs(["foo_modchars"]" gives me access to the formula for this attribute but not the value. I asked the other day about passing an autocalculated field into a roll template and apparently I need to surround it with "[[" and "]]" in that case to "parse the formula". That's not working in the case of "on("change" worker script. Can I use getObj to do it? The documentation I saw on that wasn't making sense to me.