Hopefully an easy question, but I\'d quite like a technical answer to this!
What\'s the difference between:
i = 4
and
Off the top of my head, Set is used to assign COM objects to variables. By doing a Set I suspect that under the hood it's doing an AddRef() call on the object to manage it's lifetime.