Any suggestion as to why this function would not be called? When I make inputs for my onEvents, the code runs through but when it gets to the call function, it does not call the function or update the screen.
You are missing the parenthesis. The call should be updateText()
1 Like