Working with integer number
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