[Gambas-user] Loop variable question
Brought to you by:
gambas
From: richard t. <rt...@in...> - 2019-02-05 03:53:14
|
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 saying 'loop variable can't be global'. Has this changed in Gambas in recent times to make things stricter or is there a setting I can switch on to allow the old code to run, or do I have to go through my whole program and fix my bad coding. Thanks Richard |