<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003106" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003106</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/converting-integers-strings#comment-1013722</link>
    <description> &lt;p&gt;there is also a toString() function....&lt;/p&gt;
&lt;p&gt;here&#039;s an example&lt;/p&gt;
&lt;p&gt;var iNum=10;&lt;/p&gt;
&lt;p&gt;var sNum=iNum.toString();&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 May 2000 15:20:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1013722 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/converting-integers-strings#comment-1013721</link>
    <description> &lt;p&gt;It worked!&lt;br /&gt;
Thanks a lot...&lt;br /&gt;
Boris&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
-------------------------&lt;br /&gt;
Echo Web: The Web Developer&#039;s Starting Point&lt;br /&gt;
&lt;a href=&quot;http://echoweb.newn.com&quot; title=&quot;http://echoweb.newn.com&quot;&gt;http://echoweb.newn.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Apr 2000 04:02:00 +0000</pubDate>
 <dc:creator>echoweb</dc:creator>
 <guid isPermaLink="false">comment 1013721 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/converting-integers-strings#comment-1013720</link>
    <description> &lt;p&gt;The easiest way to do this is to add a blank string to a number.&lt;/p&gt;
&lt;p&gt;var numCount = 54; // NUMBER&lt;br /&gt;
numCount += &quot;&quot;; // STRING&lt;/p&gt;
&lt;p&gt;OR&lt;/p&gt;
&lt;p&gt;numCount = numCount + &quot;&quot;;&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Apr 2000 03:57:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1013720 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
