[FMX] - Splitting a variable

If I have a variable
a = 456
how can I get the numbers from it like
a1 = 4
a2 = 5
a3 = 6
???
:whistle:

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=11169&highlight=parseINT

huh! My bad! Thanx! :slight_smile: