S 
		
								
				
				
			
		Stephen Martinelli
Im not sure it this is the right newsgroup but.......can someone expain to
me when the get statement fires in a property procedure.
Example
Property lastname as string
Get
LastName=mstrLastName
End Get
Set(ByVal Value as String)
mstrLastName = Value
End Set
End Property
When i remark out the assignment within the get statement, the programs
still executes
Help
Steve
				
			me when the get statement fires in a property procedure.
Example
Property lastname as string
Get
LastName=mstrLastName
End Get
Set(ByVal Value as String)
mstrLastName = Value
End Set
End Property
When i remark out the assignment within the get statement, the programs
still executes
Help
Steve
	