Need a new set of eyes to look at if on last line of piston state


#1

1) Give a description of the problem
I am have trouble with last line of piston state i went min or sec im get 0 first

2) What is the expected behavior?
went min or sec

3) What is happening/not happening?
get 0 then min or sec

tileCapture


#2

see this last part of the last statement

'...{if(@@TimeB>3, +" min ", +" sec")}]'

if you remove the + that should fix it.


#3

thiat did it thanks