Re: Reclaiming Memory

Tech-Archive recommends: Speed Up your PC by fixing your registry




"Tony Proctor" <tony_proctor@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:O8I5mTidHHA.1244@xxxxxxxxxxxxxxxxxxxxxxx
'Empty' is a special state of a Variant item (just as 'Null' is), whereas
'Nothing' is a special state of an Object item. Hence, they're not really
synonymous. However, the VB compiler would probably try and twist one into
the other in order to help you

Tony Proctor


Correct, they are not synonymous. However, any objects or arrays that were
previously assigned to the Variant are automatically released, which I think
is what the OP wanted confirmed.

Brian.


.



Relevant Pages

  • Re: OO programming - illumination? - whoopsie
    ... > represented by a host of loosely related arrays. ... > compiler and the memory allocators. ... A pointer is usually a word. ... organs can be further modeled to include cells and so on and so forth. ...
    (comp.lang.java.programmer)
  • Re: OO programming - illumination? - whoopsie
    ... represented by a host of loosely related arrays. ... compiler and the memory allocators. ... As a matter of fact there is no such thing as a pointer. ... memory that just holds a terminator, which is 0 by convention. ...
    (comp.lang.java.programmer)
  • Re: Criticisms?
    ... justified today with machines 10 000 or more faster than a PDP-11. ... the feature were "built-in" to the language. ... but lean enough that the compiler can still do a good job. ... The interchangeability of arrays and pointers is pure genius (it maps very ...
    (comp.lang.c)
  • Re: Double precision arrays and subroutines
    ... arrays. ... What happens is that, in Fortran, these two program units are ... The subroutine and the program that calls it are compiled ... and normally the compiler doesn't know about one when it's ...
    (comp.lang.fortran)
  • Re: Can someone spot the error here?
    ... C, for example, has no strings, only character arrays. ... My programs generally do a lot of string handling, ... the compiler is strict) or an array of "MinChar .. ...
    (comp.lang.pascal.misc)