
16 Feb
2005
16 Feb
'05
5:43 p.m.
Hello ChucKers, Is there any way to go from an int or float value of a variable to a duration? e.g. 1 => int value; value::second => dur some_unknown_number_of_seconds; What I'm really trying to do is math with durations and numbers, 1::second => dur w; (w / 2) => dur h; Thank you, michael