Jump to content

Milliseconds to seconds?


megaman54

Recommended Posts

Why would you even use a function for something simple like this? I'm going to nominate this topic as the longest for a too simple question of 2011 :|

I don't know.. maybe to prevent doing this:

(6000/1000)+(1200/1000)+(201*1000)+ (6120/1000)+(1234/1003)+(291*1000)+2 

when you could do functions to avoid the brackets...but meh D:

eAi - WHO GOD D:

Link to comment
Why would you even use a function for something simple like this? I'm going to nominate this topic as the longest for a too simple question of 2011 :|

I don't know.. maybe to prevent doing this:

(6000/1000)+(1200/1000)+(201*1000)+ (6120/1000)+(1234/1003)+(291*1000)+2 

when you could do functions to avoid the brackets...but meh D:

eAi - WHO GOD D:

this would look as ugly as now if u would have to call the func for all of them.

Link to comment
megaman54 : How to covert milliseconds to seconds?

JR10 : ms / 1000.

megaman54 : What function is that?

JR10 : What?

Just divide the milliseconds.

milliseconds / 1000

megaman54 : Yes, but i need the script to calculate it. I mean, i type a command like this: /calc then it outputs that in seconds. What function should i use for this?

JR10 : Dude, I said divide it.

Milliseconds / 1000 

Oh yeah.

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...