Altera_Forum
Honored Contributor
16 years agoreading interger digits independently
Hi,
I would like to know if its possible to read digits of an integer independent of each other.... for example, say i have an integer with a value "100". is it possible to assign each digit of an integer to say maybe 3 variables.. first one loaded with '1', 2nd & 3rd loaded with '0's? how do i code it if its possible? i hope im clear Regards