Dzung Dakao

Dzung Dakao

  • NA
  • 17
  • 3.1k

Working with integer number

Mar 5 2012 10:25 PM
Hi there,

I wonder if any can help me on the following problem.

I have an integer of int iValue = 123;
I'd like to trip this integer into 3 small integers: int iValue1 = 1, int iValue2 = 2, int iValue3 = 3;

anyone have any idea how to do this.

thanks

Answers (2)