Hi,
I'd like to split a text string on a special character...
e.g.
text=mkt_service+prox+n
var1=FUNC(text,'+',1)
echo var1
var2=FUNC(text,'+',2)
echo var2
var3=FUNC(text,'+',3)
echo var3
should give the output:
mkt_service
prox
n
Does anyone have any ideas on what the 'FUNC', or equivalent coding that does the same, could be?
Thanks!
Aimee
I'd like to split a text string on a special character...
e.g.
text=mkt_service+prox+n
var1=FUNC(text,'+',1)
echo var1
var2=FUNC(text,'+',2)
echo var2
var3=FUNC(text,'+',3)
echo var3
should give the output:
mkt_service
prox
n
Does anyone have any ideas on what the 'FUNC', or equivalent coding that does the same, could be?
Thanks!
Aimee