Thanks to all of you good people!<br><br>Believe it or not, my old code was based on help obtained back in May of 1995(!) I had not needed programming help since. I have to think of myself as an amateur scientist using Fortran, not to make applications to sell to users, but just to get answers -- except that I'm coding in flavors of Pascal.<br>
<br>I assure myself, late in the dead of night, that I'm not stupid, but as far as programming skills are concerned, I am most certainly not learned. Thanks again to you learned people :)<br><br>Ko Hashiguchi<br><br><div class="gmail_quote">
On Wed, Jul 6, 2011 at 8:52 AM, Jürgen Hestermann <span dir="ltr"><<a href="mailto:juergen.hestermann@gmx.de">juergen.hestermann@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
José Mejuto schrieb:<div class="im"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Add at beginning {$H+} to switch on ansistrings, otherwise you are<br>
using shortstrings which are 255 characters in length at most, and<br>
your lines are around 300 chars.<br>
<br>
</blockquote></div>
Instead of using obscure compiler switches (where you never know for sure the scope and whether they work as you think) I would advice to not use generic types like "string" but use "ansistring". Then you realy know what type is used in the end.<div>
<div></div><div class="h5"><br>
______________________________<u></u>_________________<br>
fpc-pascal maillist - <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.<u></u>org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/<u></u>mailman/listinfo/fpc-pascal</a><br>
</div></div></blockquote></div><br>