Hi i have a Public Structure:
Public Structure MeterAccountNam e
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:
MeterAccountNam e.Meter =""
MeterAccountNam e.Account =""
MeterAccountNam e.xName =""
Thank you
Public Structure MeterAccountNam e
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:
MeterAccountNam e.Meter =""
MeterAccountNam e.Account =""
MeterAccountNam e.xName =""
Thank you
Comment