In C2 we could just "call function("name"&str(var)) and it would call the function.
I see the static functions in the "add function" section, no way to set a variable in the name.
c3_callFunction("Populate_Feed_1"); as a js way of calling it (is it possible to add a variable here?
I've tried every combination surrounding what I think should work to no avail.
expample: c3_callFunction("Populate_Feed_"&str(localVars.feed_message_number));
The only thing I've found that works it to mimic the static call
c3_callFunction("Populate_Feed_1");
Not sure if this is just a syntax issue, or if it's not possible anymore.
Thanks in advance.