L
Lars Brownie
I'm planning to redesign speed up an application by cutting out a lot of
duplicate Dlookups (in fact Allen's Elookups) and performing this only once
for every value during startup of the app. I'm planning of storing 8 often
used lookup values (department name, username, path of app, etc) in global
variables. I've read that global variables can eat up a lot of memory. Would
this be the case if I use these 8 global stringvars or would that be just
peanuts?
Thanks, Lars
duplicate Dlookups (in fact Allen's Elookups) and performing this only once
for every value during startup of the app. I'm planning of storing 8 often
used lookup values (department name, username, path of app, etc) in global
variables. I've read that global variables can eat up a lot of memory. Would
this be the case if I use these 8 global stringvars or would that be just
peanuts?
Thanks, Lars