<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Jun-Won,<br>
      In Fortran 77, there was a limit of 80 characters per line. There
    are a number of ways that you can fix the problem. The easiest is to
    put in a line break (press return) <i>before </i>the line of code
    turns to green. Then on the next line, place the character '&'
    in the 6th column. Have a look at the source code for Type6.for:<br>
    <br>
    20    TON=(QMAX*HTREFF+FLOW*CP*TIN+UA*TAMB-UA*TIN/2.d0)/(FLOW*CP+UA<br>
         & /2.d0)<br>
    <br>
    the line is too long to fit the '/2.d0)' at the end, so they put it
    on the next line with the "line continue" symbol in the 6th column.<br>
    <br>
    Kind regards,<br>
     david<br>
    <br>
    <br>
    On 7/4/2011 01:15, 박준원 wrote:
    <blockquote cite="mid:ddfbbc2c68c98b41b1d9dc252032bbc8@tweb27-2.nm"
      type="cite">
      <style>P {margin-top:2px;margin-bottom:2px;}</style>
      <div style="font-size: 10pt; font-family:
        gulim,Gulim,AppleGothic,sans-serif;">
        <p>hello, I am a student who studing about TRNSYS in Korea.</p>
        <p> </p>
        <p>When I making new component, I have a question.</p>
        <p> </p>
        <p>I am coding using Fortran. </p>
        <p> </p>
        <p>Code statement is long. So, the code text coler changes
          green and longer text color is red in the Fortran.</p>
        <p> </p>
        <p>When fortran is compiled, the error was occured. </p>
        <p> </p>
        <p>I think, because of the red color text, the error was
          occured.</p>
        <p> </p>
        <p>How can I solve this problem?</p>
        <p> </p>
        <p>help me please, and I am sorry about my english skill...</p>
        <p> </p>
        <p>thank you.</p>
      </div>
      <!--start_signature-->
      <p> <br>
      </p>
      Jun-Won Park<br>
      The Master's Course <br>
      Building Technology Reasearch Unit Laboratory Sungkyunkwan Univ.<br>
      Department of Architectural Engineering ,<br>
      Sungkyunkwan University<br>
      300 Chunchun, Jangan, Suwon, Kyunggi, SOUTH. KOREA<br>
      440-746<br>
      Mobile. +82-10-4161-2184<br>
      Tel: +82-31-299-4775<br>
      Fax: +82-31-290-7570<br>
      Email: <a moz-do-not-send="true" href="mailto:flowrime@naver.com"><font
          color="blue">flowrime@naver.com</font></a> <br>
      Web: <a moz-do-not-send="true" href="http://btu.skku.ac.kr/"
        target="_blank"><font color="blue">http://btu.skku.ac.kr/</font></a><!--navermail.footer.start-->
      <!--navermail.footer.end--><font color="blue"> <img
          moz-do-not-send="true"
src="http://mail2.naver.com/newmailcheck/xweGbN+TWzp4pztYarkRM4ioK4KrazKlazUdK6UwpA0vMqU9KogqK4iSMqCg+H+0MoUX7xU5W4dQaX3ZWNFlbZ99brkZbdIoM6E5+r0qMZl0pHE=.gif"
          style="display: none;" width="0" border="0" height="0"></font>
      <pre wrap=""><font color="blue">
</font><fieldset class="mimeAttachmentHeader"></fieldset><font color="blue">
_______________________________________________
TRNSYS-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:TRNSYS-users@cae.wisc.edu">TRNSYS-users@cae.wisc.edu</a>
<a class="moz-txt-link-freetext" href="https://mailman.cae.wisc.edu/listinfo/trnsys-users">https://mailman.cae.wisc.edu/listinfo/trnsys-users</a>
</font></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
***************************
David BRADLEY
Principal
Thermal Energy Systems Specialists, LLC
22 North Carroll Street - suite 370
Madison, WI  53703 USA

P:+1.608.274.2577
F:+1.608.278.1475
<a class="moz-txt-link-abbreviated" href="mailto:d.bradley@tess-inc.com">d.bradley@tess-inc.com</a>

<a class="moz-txt-link-freetext" href="http://www.tess-inc.com">http://www.tess-inc.com</a>
<a class="moz-txt-link-freetext" href="http://www.trnsys.com">http://www.trnsys.com</a></pre>
  </body>
</html>