i basically just want to pick a random value in a string split by '|'. I can't find a good example does anybody have an idea?
string[] mystrings = ("apple|orange|mayo|fruit|dog"):
string blah = "here i am "+resultsofrandom+" result chosen from mystring was " resultofrandom
obviously string blah is just an example, i just want the random chosen string from mystrings back into a new string...