What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » help with convert strings

help with convert strings
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: help with convert strings
In addition to that, a trick I tend to use is:

Javascript code:
var number1 = '5';
var number2 = '4';
var result = (number1 * 1) + (number2 * 1);


The brackets shouldn't be needed, but I use them anyway

This post was edited on 08-08-2010 at 07:29 PM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
08-08-2010 01:34 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
help with convert strings - by ChaosMaker on 08-08-2010 at 04:23 AM
RE: help with convert strings - by Adeptus on 08-08-2010 at 06:00 AM
RE: help with convert strings - by Spunky on 08-08-2010 at 01:34 PM
RE: help with convert strings - by NanaFreak on 08-08-2010 at 02:19 PM
RE: help with convert strings - by Spunky on 08-08-2010 at 07:29 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