Z
zulander
Hi i have a Public Structure:
Public Structure MeterAccountName
Dim Meter As String
Dim Account_No As String
Dim xName As String
End Structure
is their a way to clear a structure without having to do the
fallowing:
MeterAccountName.Meter =""
MeterAccountName.Account =""
MeterAccountName.xName =""
Thank you
Public Structure MeterAccountName
Dim Meter As String
Dim Account_No As String
Dim xName As String
End Structure
is their a way to clear a structure without having to do the
fallowing:
MeterAccountName.Meter =""
MeterAccountName.Account =""
MeterAccountName.xName =""
Thank you