Page 1 of 1

using 64+03 is safe ?

Posted: Sat Jul 30, 2011 9:51 am
by jmburnod
Hi All,

I see 64+03 = 67 in a stack for Mac
I'm happy with that but is it safe on all platforms or is it more safe to use something else ?

All the best

Jean-Marc

Re: using 64+03 is safe ?

Posted: Sat Jul 30, 2011 2:04 pm
by shaosean
Are you talking about simple math? Then yes it is fine to use on all platforms..

Re: using 64+03 is safe ?

Posted: Sat Jul 30, 2011 2:18 pm
by jmburnod
Hi shaosean,

Thank for reply
Are you talking about simple math? Then yes it is fine to use on all platforms..
Yes. Only to convert "64:03" to number of seconds

Best regards

Jean-Marc

Re: using 64+03 is safe ?

Posted: Sat Jul 30, 2011 3:21 pm
by FourthWorld
jmburnod wrote:Only to convert "64:03" to number of seconds
I don't understand, since 64:00 + 00:03 does not equal 67:00.

Re: using 64+03 is safe ?

Posted: Sat Jul 30, 2011 4:31 pm
by shaosean
You are looking at converting 64 minutes and 03 seconds to a total number of seconds? 64+03 will not give you the correct answer, (64*60) + 03 will

Re: using 64+03 is safe ?

Posted: Sun Jul 31, 2011 1:28 am
by jmburnod
Hi,

I'm sorry for this confusion.
¥ou're right of course (64*60) + 03 is the good way

Best

Jean-Marc