by Matt >> Wed, 29 Nov 2006 21:58:12 GMT
Hi, Jade doesn't seem to have native support for enumerations (or am I wrong?). If not, any tips on howto achieve this?
For example, I want something like -
RV_TYPE = (NORMAL, BINOMIAL,...etc) and then access this in code using
.....RV_TYPE.NORMAL..... (would be intger value of 1)
Thanks. Matt.