Trying to push the limits of App Inventor!
Snippets and
Tutorials from
Pura Vida Apps by
Taifun.
\\
Okay, that much makes sense. I'm having difficulty now with working the procedure. What I am trying to do below is:
1) Take the value of TotalTimeElapsed and spit it into the procedure "Calculate Seconds." That procedure for now will format the seconds between 0 and 60 (obviously later I have to add minutes and hours later). Then that calculation is spit out and displayed in TotalTimeDisp.
Calling the procedure, however, doesn't do anything. It's just spitting out the same as TotalTimeElapsed (i.e. making no changes).
What am I doing wrong?