i need 1 variable type\enum that have the Automatic const(keyword) and accept numbers too. how can i do these?
varName=Automatic
or
varName=1000
how can do these?
see these enum:
how can i represent the 2nd enum element?
varName=Automatic
or
varName=1000
how can do these?
see these enum:
Code:
Private Enum Time
Automatic = -1
1 to 5000 'give error here, but how can i do these?
End Enum