how would i go about spliting a string that is stored in a StringList ?
information in string looks like this:
Name
RanK
now i need to split them so i can use a funcation like this
data[0] for Name
and
data[1] for rank
can sumone help me please?
thanks