how can i make the strings "First Numbers" and "Last Numbers" retain the value of of the 0,1 1,2 values of the input and random?
substring (0,1) will only fetch you the first character. And substring (1,2) will only fetch you the second character. Is this what you want?
Henry