Page 1 of 1

i want to extract the character untill finding the #

Posted: Sat Jun 30, 2007 4:38 am
by vijaydev
Hi all

I want to extract the characters when ever the # is present in the string

eg

1. vijaykumar#121qq22342 --- i want vijaykumar
2. update#thesystem --- i want to extract update


pls help me in this, thanks in advance.

Posted: Sat Jun 30, 2007 4:44 am
by JoshGeorge
Use Field() function to extract the string till #

Posted: Sat Jun 30, 2007 5:05 am
by vijaydev
Thank you Very much "Joshy George"

Vijay :)