I want to calculate the elapsed time between two instances of the {DATETICKS} token, mainly because I'm too lazy to work with hours, minutes, and seconds.
I can see that {DATETICKS} is a long string, like: '636002250560258584', but I can't see how to manipulate it.
I've tried expressions like:
{EXP:SUBSTRING({DATETICKS},9,9)}
and
{EXP:SUBSTRING({TXT:MYVAR},9,9)} (after copying {DATETICKS} into another variable
but both of these approaches result in 'Expression error'. Can anyone see what's wrong with those expressions, or suggest a way to convert all or part of {DATETICKS} into a numeric value?