Page 1 of 1

Parsing Text Strings

Posted: Wed Dec 21, 2011 11:35 am
by inosent1
I have a field of data that looks like this

12 | 20 | important_text_here

I want to place the above text into to separate fields in the DB using the " | " as a divider

Re: Parsing Text Strings

Posted: Wed Dec 21, 2011 11:52 am
by Celauran

Re: Parsing Text Strings

Posted: Wed Dec 21, 2011 12:11 pm
by inosent1
thanks!