Variable enum?
-
Hi. I use the
Enum
statement regularly, and I'm wondering if there's a similar statement where I can change the member's values? Because the Enum's members get declared as constants.. Please help me :rolleyes: ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ---- -
Hi. I use the
Enum
statement regularly, and I'm wondering if there's a similar statement where I can change the member's values? Because the Enum's members get declared as constants.. Please help me :rolleyes: ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ----Nah - how about a Generics.Dictionary(Of String, Integer) ? '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd
-
Hi. I use the
Enum
statement regularly, and I'm wondering if there's a similar statement where I can change the member's values? Because the Enum's members get declared as constants.. Please help me :rolleyes: ---- Dim Sleepy as Boolean = True If Me.Sleepy = True Then Goto Sleep End If ----