Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

string search

Status
Not open for further replies.

Learnerprog

Programmer
Apr 21, 2004
52
US
Hello all,
How to find the end of string in a long paragraph that is read from a table in the database. I try to parse out a string write out to a file. but I have problem of finding the end of the line where to parse out that don't cut off the word at the end of the line. Thanks you very much for your help
 
You will probably need to post sample data and the code that you are using.

[red]"... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick[/red]
 


Hi,

If you know how the paragraph is terminated, you could ues the Split Function to parse each paragraph into an array element.

Skip,

[glasses] [red]Be Advised![/red] A chicken, who would drag a wagon across the road for 2 cents, is…
POULTRY in motion to PULLET for a PALTRY amount! [tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top