<?xml version="1.0" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <atom:link rel="search"
    href="http://www.nnseek.com/nnseek_com_os_descr.xml"
    type="application/opensearchdescription+xml"
    title="Search in newsgroups" />
  <title>Search result for 10000000000000000000000</title>
  <link>http://www.nnseek.com/10000000000000000000000_s.html</link>
  <description>Search results for 10000000000000000000000</description>
  <lastBuildDate>Sun, 08 Apr 2007 18:02:53 PDT</lastBuildDate>
  <image>
    <title>http://www.nnseek.com/</title>
    <link>http://www.nnseek.com/</link>
    <url>http://www.nnseek.com/img/64.png</url>
    <width>64</width>
    <height>64</height>
    <description>NNSeek</description>
  </image>

  <item>
    <title><![CDATA[Re: Easy formatting questions :-)]]></title>
    <guid>http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65541634m.html</guid>
    <link>http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65541634m.html</link>
    <description><![CDATA[... than you will ever need  and "read" through it character by character.  something like  character (len=1000000000000000000) :: x  !or maybe smaller ;)  x=' '  read(...) x  do  i = 1,<b>10000000000000000000000</b>  if(x(I:I) == '1') vector(i) = 1  if(x(I:I) == '0') vector(i) = 0  if(x(I:I) == ' ') exit  enddo  here, I will ...<br><br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/comp.lang.fortran/">comp.lang.fortran</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65541634t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65541634m.html">Reply</a></td>
      </tr></table>]]></description>
    <pubDate>Sun, 08 Apr 2007 18:02:53 PDT</pubDate>
  </item>
  <item>
    <title><![CDATA[Re: Easy formatting questions :-)]]></title>
    <guid>http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65524482m.html</guid>
    <link>http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65524482m.html</link>
    <description><![CDATA[sk8terg1rl wrote:  ...  do  i = 1,<b>10000000000000000000000</b>  if(x(I:I) == '1') vector(i) = 1  if(x(I:I) == '0') vector(i) = 0  if(x(I:I) == ' ') exit  enddo  here, I will be the actual length  Why did you do x(I:I) instead of x(I)?    It's a design flaw of F77 that persists into the later versions  of the standard because of backward ...<br><br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/comp.lang.fortran/">comp.lang.fortran</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65524482t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65524482m.html">Reply</a></td>
      </tr></table>]]></description>
    <pubDate>Sun, 08 Apr 2007 14:56:19 PDT</pubDate>
  </item>
  <item>
    <title><![CDATA[Re: Easy formatting questions :-)]]></title>
    <guid>http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65524226m.html</guid>
    <link>http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65524226m.html</link>
    <description><![CDATA[..., bigger than you will ever need  and "read" through it character by character.  something like  character (len=1000000000000000000) :: x  !or maybe smaller ;)  x=' '  read(...) x  do  i = 1,<b>10000000000000000000000</b>  if(x(I:I) == '1') vector(i) = 1  if(x(I:I) == '0') vector(i) = 0  if(x(I:I) == ' ') exit  enddo  here, I will be ...<br><br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/comp.lang.fortran/">comp.lang.fortran</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65524226t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65524226m.html">Reply</a></td>
      </tr></table>]]></description>
    <pubDate>Sun, 08 Apr 2007 14:21:26 PDT</pubDate>
  </item>
  <item>
    <title><![CDATA[Re: Easy formatting questions :-)]]></title>
    <guid>http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65522178m.html</guid>
    <link>http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65522178m.html</link>
    <description><![CDATA[... character string, bigger than you will ever need  and "read" through it character by character.     something like       character (len=1000000000000000000) :: x  !or maybe smaller ;)       x=' '       read(...) x       do  i = 1,<b>10000000000000000000000</b>         if(x(I:I) == '1') vector(i) = 1         if(x(I:I) == '0') vector(i) = 0         if(x(I:I) == ' ') exit       enddo  here, I will be the ...<br><br>
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30">&nbsp;</td>
        <td>Posted In: <a href="http://www.nnseek.com/e/comp.lang.fortran/">comp.lang.fortran</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65519874t.html">no comments</a></td>
        <td width="20">&nbsp;</td>
        <td><a href="http://www.nnseek.com/e/comp.lang.fortran/easy_formatting_questions_65522178m.html">Reply</a></td>
      </tr></table>]]></description>
    <pubDate>Sun, 08 Apr 2007 12:28:03 PDT</pubDate>
  </item>
</channel>
</rss>