clydebamford Member Licensed User Longtime User Feb 27, 2016 #1 Sometimes after declaring a variable in a sub it becomes nesesary to make It global, how about a shortcut way to send a declaration to its rightful place!, would save a lot of scrolling and searching through code.
Sometimes after declaring a variable in a sub it becomes nesesary to make It global, how about a shortcut way to send a declaration to its rightful place!, would save a lot of scrolling and searching through code.
clydebamford Member Licensed User Longtime User Feb 28, 2016 #3 Or...a globel declaration that the ide would flag as globel on compilation, eg just add a G to make Gdim.. easy! Last edited: Feb 28, 2016
Or...a globel declaration that the ide would flag as globel on compilation, eg just add a G to make Gdim.. easy!