Hi all, I am having trouble with callbacks. All of my attempts have not yielded the result I am after. The code below isn't meant to work but is the concept of what I am trying to accomplish. This is all done within the same watchface view file. Can someone help me get the proper code to make this happen?
var myDataField1 = 0;
var myDataField1Fn = "fnData2()"
myDataField1 = method(:myDataField1Fn)
//myDataField1 should now have the value of 2