AlexPDEBMan
New Member
- Joined
- Dec 22, 2010
- Messages
- 15
Hi. Is there a quick way of clearing all data from a data type that I have created myself? The type itself is:
Private Type OptionType2
oFrom As Integer
Choice As String
oTo As Integer
End Type
...and then I have declared it:
Dim Option2(40) As OptionType2
Instead of looping through it 40 times can I just clear the whole lot?
Private Type OptionType2
oFrom As Integer
Choice As String
oTo As Integer
End Type
...and then I have declared it:
Dim Option2(40) As OptionType2
Instead of looping through it 40 times can I just clear the whole lot?