Page 1 of 1

To Extarct first string

Posted: Mon Sep 01, 2008 12:45 am
by basu.ds
Hi ,
Can any one help me out for this
i have a string like "Name,Location" as a single string but i want only Name substring my delimeter is comma how can i do it.

Thanks in advance,

Posted: Mon Sep 01, 2008 12:53 am
by chitravallivenkat
Use field function.

Posted: Mon Sep 01, 2008 1:08 am
by basu.ds
Thanks for reply
if i need Location in my example then how can i do

Posted: Mon Sep 01, 2008 1:14 am
by basu.ds
thanks i got for both

Posted: Mon Sep 01, 2008 1:16 am
by chitravallivenkat
field("name,location",",",2)

Posted: Mon Sep 01, 2008 1:35 am
by ray.wurlod
Please mark thread as Resolved, using the green button at the top.