AW: [development-axapta] operation from combination of enum

2005-03-17 Thread jesper.joergensen
Hi You can loop over an enum like this static void EnumTest(Args _args) { SysDictenum dictEnum; Counter counter; ; dictEnum = new SysDictEnum(EnumNum(ABC)); for (counter = 0; counter dictEnum.values(); counter++) { print dictEnum.index2Name(counter); } pause; }

Re: AW: [development-axapta] operation from combination of enum

2005-03-17 Thread daniel lim
hi jesper, thx for ur suggestion, ur solutions is most useful for me among all.i will only need 2 for loop for 2 enum with 4 elements each. thx very much. rgds, daniel [EMAIL PROTECTED] wrote: Hi You can loop over an enum like this static void EnumTest(Args _args) { SysDictenum