Re: [Gambas-user] Loop variable question

2019-02-04 Thread T Lee Davidson
Also, I didn't notice when I replied, but thanks to the Autoresponse from the list: This mailing-list is deprecated. Please now subscribe to https://lists.gambas-basic.org/listinfo/user ___ Lee On 2/5/19 2:35 AM, T Lee Davidson wrote: Project > Properties > Statistics ? ___ Lee On

Re: [Gambas-user] Loop variable question

2019-02-04 Thread T Lee Davidson
Project > Properties > Statistics ? ___ Lee On 2/5/19 12:03 AM, richard terry wrote: Thanks, I suspected as much. Sadly, its not a short process -  I'd hate to think how many  thousands of lines of code... will take me weeks I guess. BTW anyway of quickly counting how many forms/modules 

Re: [Gambas-user] Loop variable question

2019-02-04 Thread richard terry
Thanks, I suspected as much. Sadly, its not a short process -  I'd hate to think how many  thousands of lines of code... will take me weeks I guess. BTW anyway of quickly counting how many forms/modules etc and lines of code in a project? Regards richard On 5/2/19 3:30 pm, Fabien Bodard

Re: [Gambas-user] Loop variable question

2019-02-04 Thread Fabien Bodard
Unfortunately I have a bad new for your case. There is two reasons for that. - This coding way was really dangerous because many things cas appen to your variable even during the loop time. - Benoit have to remove this ability to resolve a conflit on the new Just In Time Compiler. So you have

[Gambas-user] Loop variable question

2019-02-04 Thread richard terry
Hi List, Recently after a few  years I upgraded a machine to Mint 19.1 and latest ppa stable gambas. My long running code won't run properly wherever I have a loop variable  which was declared  in the general declarations at the top of the form rather than in a sub, an error comes up