Gentlemen,
How do we create an accessor method for enumeration variables?
A quick example, (I understand there are syntax errors below but that is not important)
**********************************
public enum Showme
s1=0
s2=0
s3=0
end enum
public enum Showme
get ?
set ?
end sub
***********************************
How do I setup those variables in my "get" and "set" ?
Thanks.
blumonde
How do we create an accessor method for enumeration variables?
A quick example, (I understand there are syntax errors below but that is not important)
**********************************
public enum Showme
s1=0
s2=0
s3=0
end enum
public enum Showme
get ?
set ?
end sub
***********************************
How do I setup those variables in my "get" and "set" ?
Thanks.
blumonde
Last edited: