J
jasperjoe
This is a bit of a strange question, I hope someone can help me out on
this as I'm completely stumped.
I have a string that is: bttn1-ITEM1
Is there a way I can read this string so I just get the "ITEM1" bit? I
want to read the bit after the hyphen each time.
e.g.
"bttn2-ITEM3" = "ITEM3"
"bttn14-ITEM27" = "ITEM27"
I'd really appreciate it if anyone can help me out on this one.
this as I'm completely stumped.
I have a string that is: bttn1-ITEM1
Is there a way I can read this string so I just get the "ITEM1" bit? I
want to read the bit after the hyphen each time.
e.g.
"bttn2-ITEM3" = "ITEM3"
"bttn14-ITEM27" = "ITEM27"
I'd really appreciate it if anyone can help me out on this one.