It seems like there's a statment that splits the individual characters of an integer into two separate variables.

For example:

MyVar = 45

Make_MyVarCharacter1 = 4
Make_MyVarCharacter2 = 5

I'm splitting numbers for display on a 2 digit LED display. I know I saw the command here on the forum or in the PBP manual - been digging and can't find it.

Thanks!