time is a fool with a banjo
time is a fool with a banjo
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- JamesEngage0
you should have your numbers as variables.. and then displayNumbers as seperate variables, which are the ones you see on screen... so you can do something like
if (seconds<10) {
displaySeconds = "0" + seconds
} else {
displaySeconds = seconds
}