WhiteRider wrote:3,1 will return 1 character from the 3rd position
BillGatesIII wrote:means the last action is at the most left position of the string, so second to last is the one next to it.
It reads from left to right ok so assuming I have all the actions labeled using 2 characters and also taking into account i can either use the "," or just leave it black it will either way count as a character if i wanted to isolate the last 10 actions individually the last portion of the expression will go like...
10th - 01, 02) (last action)
9th - 03, 02)
8th - 05,02)
.
.
.
.
1st - 19, 02)
Did i get it right?