hi there, i need to know why i am getting an error here
here is the line where the error is located:
label.value = differencehour.toString() + ":" + differenceminute.toString() + ":" + differencesecond.toString();
label is initialized to "00:00:00"
all other variables are of the type int
any helP?
