Hi!
Is there a way to get the first number in a integer and then the second, and so on..?
like if i have an int=123. i want to export the '3', and use for something, and then the '2',. and so on..
i'm used to vb.net so i usually just substr the variables...
and i dont want to use the wstring lib if there is another solution.