Thread: def numbers
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John[_132_] John[_132_] is offline
external usenet poster
 
Posts: 30
Default def numbers

What is the best way to def integer counters? I don't understand vb's
definitions (Integer, long etc.). It used to be you used the def that
used the least memory. Is that still true?

for n = 1 to 100

what would you def n as for most efficiency and least memory use. Or
isn't that a factor anymore?

I am getting back into programming a little after 18 years.

John