T O P I C R E V I E W |
Pewee |
Posted - 20 Jan 2008 : 13:28:54 Hi to all,
I have a question: How does the mini statistic counts the length of a film and how to put it in in the correct way ?
For example: when a film has a length of 135 minutes. Do I have to write in 135 or 2:15 ? The question came up, because different scripts have different ways to show the length. Thanks in advance
Pewee |
2 L A T E S T R E P L I E S (Newest First) |
Lucklesspedestrians |
Posted - 24 May 2008 : 04:38:20 Are there any math functions so that when websites show times of:
Length: 2:45
sometimes websites show:
Length: 2 hrs. 45 mins.
We can use code to put the "2" in #03" and the "45" in #04# then:
#MATH# #05#= #03#*60 + #04#
LP
|
Alessio Viti |
Posted - 28 Jan 2008 : 15:27:20 Hi Pewee,
You should write the minutes, so 135, because XMM use this to calculate it.
Alessio |