Joe,<br><br>Look at it this way, since variables must be pre-defined in filePro, so they have a size and edit in the token table (tok file),  that is just the way filePro has always worked, how else can rclerk use this syntax except to re-tokenise each and every time it loads which means it would actually be dclerk? :-)<br>
<br>If the token table concept didn&#39;t exist we could have array&#39;s with dynamic length as well but we don&#39;t! :-(<br><br>Cheers<br><br>Ken<br><br><div class="gmail_quote">On Thu, Feb 14, 2013 at 10:24 AM, Joe Chasan <span dir="ltr">&lt;<a href="mailto:joe@magnatechonline.com" target="_blank">joe@magnatechonline.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">i understand why its happening, i just think its poor implentation if<br>
fp allows for this feature but it is only available in dclerk.<br>
<br>
-joe<br>
<br>
On Thu, Feb 14, 2013 at 10:19:01AM +1100, Ken Cole wrote:<br>
&gt; Joe,<br>
&gt;<br>
&gt; I see this as the &quot;normal&quot; state for compiled/tokenised code as is required<br>
&gt; for rclerk.<br>
&gt;<br>
&gt; Since dclerk technically in memory re-tokenises every time you run the<br>
&gt; processing table, basically the only difference between rclerk and dclerk,<br>
&gt; I fully understand why dclerk works and rclerk doesn&#39;t until re-tokenised.<br>
&gt;<br>
&gt; rclerk has created the token table (tok file) entry for test_field the last<br>
&gt; time it was tokenised and that definition will stay in the token table<br>
&gt; until re-tokenised.<br>
&gt;<br>
&gt; The code you used is a short cut definition, not dynamic definition, unless<br>
&gt; you are using dclerk.<br>
&gt;<br>
&gt; I don&#39;t see this as a bug or poor design.<br>
&gt;<br>
&gt; Regards<br>
&gt;<br>
&gt; Ken<br>
&gt;<br>
&gt; On Thu, Feb 14, 2013 at 9:26 AM, Joe Chasan &lt;<a href="mailto:joe@magnatechonline.com">joe@magnatechonline.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; consider the following line of code:<br>
&gt; &gt; declare local test_field(len(1),edit(1))<br>
&gt; &gt;<br>
&gt; &gt; then you code some routines around test_field and figured you have the<br>
&gt; &gt; system beat, you won&#39;t have to change dummy field length/type if field<br>
&gt; &gt; #1 changes at all.  great for reusable code, libraries, etc, or so I<br>
&gt; &gt; thought.<br>
&gt; &gt;<br>
&gt; &gt; today i changed field length.<br>
&gt; &gt;<br>
&gt; &gt; in define processing, if you press &lt;F6&gt;&lt;L&gt; it correctly reports the<br>
&gt; &gt; current field length/type of test_field<br>
&gt; &gt;<br>
&gt; &gt; BUT - if you do not save the processing table and retokenize, rclerk<br>
&gt; &gt; still has the old length/type (dclerk works).<br>
&gt; &gt;<br>
&gt; &gt; If this construct is not adjusted at runtime (even with quickstart),<br>
&gt; &gt; what is the point of this &quot;feature&quot;?<br>
&gt; &gt;<br>
&gt; &gt; Bug?  Poor design?<br>
&gt; &gt;<br>
&gt; &gt; (5.6.11/sco - reproducable on sco5 and sco6)<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; -Joe Chasan-                           Magnatech Business Systems, Inc.<br>
&gt; &gt; joe - at - magnatechonline -dot- com   Hicksville, NY - USA<br>
&gt; &gt; <a href="http://www.MagnatechOnline.com" target="_blank">http://www.MagnatechOnline.com</a>         Tel.(516) 931-4444/Fax.(516)<br>
&gt; &gt; 931-1264<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Filepro-list mailing list<br>
&gt; &gt; <a href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a><br>
&gt; &gt; Subscribe/Unsubscribe/Subscription Changes<br>
&gt; &gt; <a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" target="_blank">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
&gt; &gt;<br>
&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt; URL: <a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20130214/63d4a4ae/attachment.html" target="_blank">http://mailman.celestial.com/pipermail/filepro-list/attachments/20130214/63d4a4ae/attachment.html</a><br>

&gt; _______________________________________________<br>
&gt; Filepro-list mailing list<br>
&gt; <a href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a><br>
&gt; Subscribe/Unsubscribe/Subscription Changes<br>
&gt; <a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" target="_blank">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
&gt;<br>
--<br>
-Joe Chasan-                           Magnatech Business Systems, Inc.<br>
joe - at - magnatechonline -dot- com   Hicksville, NY - USA<br>
<a href="http://www.MagnatechOnline.com" target="_blank">http://www.MagnatechOnline.com</a>         Tel.(516) 931-4444/Fax.(516) 931-1264<br>
</blockquote></div><br>