Hi guys,
I want to do a cycle for each enum value,some function that will scroll the value of the variable?
something like this:
while(nextEnumValue(enumType))
{
..
}
thanks
Hi guys,
I want to do a cycle for each enum value,some function that will scroll the value of the variable?
something like this:
while(nextEnumValue(enumType))
{
..
}
thanks