Hi.
I'm trying to get the seconds in a variable containing a timespan object.
The syntax above does not seem to work, I tried other expressions as well, like
and
but they don't work.
Could someone help me out please?
I'm trying to get the seconds in a variable containing a timespan object.
Code:
set {_tdiff} to difference between now and {_start time}
set {_seconds} to seconds in {_tdiff}
The syntax above does not seem to work, I tried other expressions as well, like
Code:
set {_seconds} to {_tdiff} converted to seconds
Code:
set {_seconds} to {_tdiff} parsed as number
Could someone help me out please?