On 29 September 2011 18:12,  <[email protected]> wrote:
> james
> 2011-09-28 22:12:00 -0700 (Wed, 28 Sep 2011)
> 116
> Fix crash in sliceedit.bas. Several arrays were being staticly DIMed when 
> they should have been dynamically REDIMed
> ---
> U   wip/sliceedit.bas

May I suggest a convention of writing a REDIM statement without the
'as type' when resizing an existing array? I find the fact that REDIM
is both a variable definition and a statement an infuriating feature
of FB. However it seems that in some cases (global arrays), fbc can't
even tell the difference itself, so we couldn't be totally strict
about it.
_______________________________________________
Ohrrpgce mailing list
[email protected]
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

Reply via email to