Property in lowercase
Hi all,I got really confused.
First,I wrote this:
-----------------------
Dim ctl as Control
ctl.name
-----------------------
and here,after I pressed the "Enter" key at the end of the second line,the
"name" property changed to "Name" as usual.But as I kept writing,the "Name"
changed back to "name"! How could this happen?
Thanx in advance!
|