I am uncertain, how exactly you have it setup, but because I havent worked with much enum, but it might work similar to most other things like a struct or someting that cant just simply pass its values like a charater arary without using pointers.<br>
<br>
I might try somehting like passing by reference<br>
void something(enum &theenum) <br>
or might need to be like a struct, which is more of a class than an object<br>
(enum Enumname &objectname)<br>
this would pass by reference, it doesnt make a copy, so any changes you make if you decide to will affect the original copy, I would have to try this to be certain you can pass it, now if it's declared in a class <br>
something like (enum classname::enumname &object) might be required, which only works if the function knows that class.<br>
<br>
let me know what happens <p>Karl<br><a href=mailto:kb244@bellsouth.net>kb244@bellsouth.net</a><br><a href=
</a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML, ASP(somewhat), QBasic(hehe, yea it was 4.5 too, least i didnt start with COBOL)