C
Cor
Strand,
Only in addition to Armin, my own practise is that I never use a Dim on
global level, not even in a module.
(And you cannot use the other Accessors in a method)
If you have done that twice than you understand direct the meaning why.
Cor
"StrandElectric" wrote in message
Since you insist(!)... Please SIMPLE answers to
1 Is 'Private' the same as 'Dim'? Are the words interchangeable?
2 Is scoping of variables the same as in vb6? ie if I dimension as
variable in a subroutine is it valid only for that subroutine; in a form
valid for the whole form?
3 Do I have to erase an array after use to release memory? Destroy does
not seem to work.
4 Do I have to erase (or destroy) variables after use in a sub (say at
the end) or is it automatic in a sub based declaration?
5 What is the significance of the word 'Protected' before some subs?
That should do for now!
Only in addition to Armin, my own practise is that I never use a Dim on
global level, not even in a module.
(And you cannot use the other Accessors in a method)
If you have done that twice than you understand direct the meaning why.
Cor
"StrandElectric" wrote in message
Armin Zingler said:Am 16.01.2011 11:33, schrieb StrandElectric:
Nice to hear. Well done! What's next?
Since you insist(!)... Please SIMPLE answers to
1 Is 'Private' the same as 'Dim'? Are the words interchangeable?
2 Is scoping of variables the same as in vb6? ie if I dimension as
variable in a subroutine is it valid only for that subroutine; in a form
valid for the whole form?
3 Do I have to erase an array after use to release memory? Destroy does
not seem to work.
4 Do I have to erase (or destroy) variables after use in a sub (say at
the end) or is it automatic in a sub based declaration?
5 What is the significance of the word 'Protected' before some subs?
That should do for now!