March 02, 2013

Generates the index for the base enums


Generates the index for the base enums


static void baseenumid(Args _args)
{
dictenum dictenum;
int i;
;
dictenum = new dictenum(enumname2id('NumberSeqModule'));

for(i=0;i<dictenum.values();i++)
{
print int2str(i)+','+dictenum.index2Name(i);
pause;
}
}

No comments:

Post a Comment

Thanks

Note: Only a member of this blog may post a comment.