Technically speaking there is no difference. You can try this code out to see it
Code:
obj("micClass").Value="Link"
MsgBox obj("micclass").Value
But for some very rare cases it has been observed that using micClass instead of micclass throws an error when calling ChildObjects.
Code:
obj("micClass").Value="Link"
MsgBox obj("micclass").Value
But for some very rare cases it has been observed that using micClass instead of micclass throws an error when calling ChildObjects.
No comments:
Post a Comment