Click here to Skip to main content
15,903,201 members

Comments by Member 12582260 (Top 1 by date)

Member 12582260 14-Jun-16 2:57am View    
That makes a lot more sense, but if I could ask one more stupid question...

If you assign names by creating a new variable (firstPerson, secondPerson etc.) why do you need to put .Name at all? Why can't you just write:

firstPerson = "Jones"
secondPerson = "Smith"

Thanks!