Date: 02-16-2022
Return to Index
created by gbSnippets
temp$ = X.zip
X.zip = temp$
INSTANCE sZip AS STRING
Property Get Zip() As String : Property = sZip : End Property
Property Set Zip(ByVal sNewZip As String) : sZip = sNewZip : End Property
'gbs_01345
'Date: 05-11-2013
http://www.garybeene.com/sw/gbsnippets.htm