Hi, i have three stings, string one is 5 characters long and so is string 2, string 3 can be any where from 13 to 16 in length.
i would like to shuffle the strings in a patterns like this:
string1= 43095
string2= 95837
string3 = 450098856887021
i would like to mix the string together to produce this
string1-firstvalue string3-firstvalue string1-secondValue string3-secondValue, etc
until all 5 of string 1 are mixed in, then i would like to mix in string 2 but starting from the right hand side, so the end result would be:
4435009059885688975082317
thanks for helping me do the shuffle!
i would like to shuffle the strings in a patterns like this:
string1= 43095
string2= 95837
string3 = 450098856887021
i would like to mix the string together to produce this
string1-firstvalue string3-firstvalue string1-secondValue string3-secondValue, etc
until all 5 of string 1 are mixed in, then i would like to mix in string 2 but starting from the right hand side, so the end result would be:
4435009059885688975082317
thanks for helping me do the shuffle!