#Timer

1 messages · Page 1 of 1 (latest)

real hare
#

or how do I make it like 25m 22s

#

with the m not minutes?

oblique helm
#

Store the time in a variable then replace the texts.

replace " minutes" and "minute" with "m" in {_var}
replace " and " with ":" in {_var}
#

So with each time, minutes, seconds....

inland tangle
#
set {_var} to "%{_time}%"
replace " minutes" and " minute" in {_var} with "m" 
replace " seconds" and " second" in {_var} with "s" 
replace " and " in {_var} with ":" 
oblique helm
real hare
#

u bad

#

at

#

cod