What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] Calculator in trouble!

[?] Calculator in trouble!
Author: Message:
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
RE: [?] Calculator in trouble!
code:
Token += this.charAt(i++ + 1);

Sorry for posting without giving a good answer, but that really hurts my eyes!! Please make it:
code:
Token += this.charAt(++i);


And this doesn't look Ok to me either:
code:
if (/^degrees?$/i.test(Angle)){
   Token = Func + "*180";
} else if (/^grad$/i.test(Angle)) {
   Token = Func + "*200";
}

This post was edited on 12-05-2006 at 08:47 PM by J-Thread.
12-05-2006 08:45 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Calculator in trouble! - by Matti on 12-05-2006 at 06:34 PM
RE: [?] Calculator in trouble! - by J-Thread on 12-05-2006 at 08:45 PM
RE: [?] Calculator in trouble! - by Matti on 12-06-2006 at 03:38 PM


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