<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - adding numbers in Javascript</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sun, 26 May 2013 04:00:38 -0400</pubDate>


    <item>

        <title>adding numbers in Javascript</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=9802</link>

        

        
            <description><![CDATA[Is it simplier to do this?
<br>
<br>var resultAdded = intValue*1 + stringValue*1; 
<br>
<br>Since * is the operator for number, the stringValue*1 would return the int value. 
<br>]]></description>
        

        <pubDate>Tue, 06 Nov 2001 00:56:04 -0500</pubDate>

        

        <jf:creationDate>Tue, 06 Nov 2001 00:56:04 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 06 Nov 2001 00:56:04 -0500</jf:modificationDate>
        <jf:date>Nov 6, 2001</jf:date>
        <jf:author>jack wang</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>adding numbers in Javascript</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=9802</link>

        

        
            <description><![CDATA[Try this:
<br>
<br>var resultAdded = intValue + parseInt(stringValue);
<br>
<br>parseInt() is a pre-defined global method.
<br>
<br>Andy]]></description>
        

        <pubDate>Wed, 24 Oct 2001 10:30:29 -0400</pubDate>

        

        <jf:creationDate>Wed, 24 Oct 2001 10:30:29 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 24 Oct 2001 10:30:29 -0400</jf:modificationDate>
        <jf:date>Oct 24, 2001</jf:date>
        <jf:author>Andy Nguyen</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>adding numbers in Javascript</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=9802</link>

        

        
            <description><![CDATA[Hi,...]]></description>
        

        <pubDate>Wed, 24 Oct 2001 05:56:25 -0400</pubDate>

        

        <jf:creationDate>Wed, 24 Oct 2001 05:56:25 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 24 Oct 2001 05:56:25 -0400</jf:modificationDate>
        <jf:date>Oct 24, 2001</jf:date>
        <jf:author>Web Master</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>



</channel>
</rss>

