Hello there! Can anybody inform me if that is the proper syntax for including a number of set() features to the onClick habits?
I’m asking as a result of I get the next errors (when clicking “the button”):
ERROR: couldn’t parse system: a
ERROR: couldn’t parse system: b
ERROR: couldn’t parse system: c
Changing a
, b
and c
with precise values makes the errors disappear. In addition they disappear if I take advantage of solely one of many set() features (not a number of).
Thanks.
You might be referencing one other object put the attributes a,b,c in that object or use
set(“line!journey”, 0, button!a,button!b,button!c) ,
in all probability the ruby code assumes the primary reference
1 Like