What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [HELP] Adding a timer using var as interval (read for more details)

[HELP] Adding a timer using var as interval (read for more details)
Author: Message:
Kriogenic
Junior Member
**

I own all.

Posts: 15
33 / Male / Flag
Joined: Aug 2007
O.P. [HELP] Adding a timer using var as interval (read for more details)
Hey.

Ok I am adding a timer and I am using a variable as the interval but I want to do some maths to it IE times it by 60000 to get it into milisecond format...

My script you enter the minutes into a box and click ok so lets say 1 it executes this...

code:
var Time = config.GetControlText("IntervalTime");
AddTimer("updatepm", Time * 60000 );


This gives me an error basically its meant to go Time (Usually 1 or similar) gets times by 60000 to give how many miliseconds...

Help please >.<

Thanks,
Kriogenic.
08-10-2007 03:23 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[HELP] Adding a timer using var as interval (read for more details) - by Kriogenic on 08-10-2007 at 03:23 PM
RE: [HELP] Adding a timer using var as interval (read for more details) - by Matti on 08-10-2007 at 03:27 PM
RE: [HELP] Adding a timer using var as interval (read for more details) - by Kriogenic on 08-10-2007 at 03:31 PM
RE: [HELP] Adding a timer using var as interval (read for more details) - by roflmao456 on 08-10-2007 at 10:46 PM
RE: [HELP] Adding a timer using var as interval (read for more details) - by LifelesS on 08-11-2007 at 12:49 AM
RE: [HELP] Adding a timer using var as interval (read for more details) - by ShawnZ on 08-11-2007 at 01:23 AM
RE: [HELP] Adding a timer using var as interval (read for more details) - by markee on 08-11-2007 at 01:58 AM
RE: [HELP] Adding a timer using var as interval (read for more details) - by Kriogenic on 08-11-2007 at 06:41 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On