timeout hvordan gør jeg?
hvad skal de to members Update og Time Until indholde, jeg modtager hele tiden fejl?msBeforeUpdate = timeout("Update").time - the milliseconds
secondsBeforeUpdate = msBeforeUpdate / 1000
minutesBeforeUpdate = secondsBeforeUpdate / 60
member("Time Until").text = string(minutesBeforeUpdate) && "minutes before next timeout"
