G
Guest
Hello all,
I was wondering if someone could give me a quick bit of help!
I have a string such as the below
name$id|type,name$id|type,name$id|type
that I split on the , to create
name$id|type
name$id|type
name$id|type
Whats the best way to then get at each individual element, such as name etc?
Any neat liitle methods?
Thanks,
Jon
I was wondering if someone could give me a quick bit of help!
I have a string such as the below
name$id|type,name$id|type,name$id|type
that I split on the , to create
name$id|type
name$id|type
name$id|type
Whats the best way to then get at each individual element, such as name etc?
Any neat liitle methods?
Thanks,
Jon