hey,
Can someone pls tell me how can i split my string in three ways? I have a field in my table called (proiz) with data like "somethink1/somethink2/somethink3". Now i would need to get that data out splited like:
mystr1 = something1
mystr2 = something2
mystr3 = sometnihg3
Does anyone have an idea how to do that?
THX
Can someone pls tell me how can i split my string in three ways? I have a field in my table called (proiz) with data like "somethink1/somethink2/somethink3". Now i would need to get that data out splited like:
mystr1 = something1
mystr2 = something2
mystr3 = sometnihg3
Does anyone have an idea how to do that?
THX