Hi,
I am working on a 3 digit counter and want to display a number, let's say '263'. This value is stored in a variable (word).
To display the number correctly I need to split this number into three separate variables.
e.g.
2 into var1
6 into var2
3 into var3
Can anybody help me with a piece of code of with a hint?
Thanks!
Patrick
Bookmarks