I am trying to write an "obituary organizer" of sorts for my genealogy work. To make a long story short, suppose an obit (made up) says:
James William Smith, age 82, died at his home Monday, July 18, 2005. Suvivors include[list of survivors]. Services were at [place]. Conducting the graveside service was [name]. Pallbearers were [names]. Burial was at [name]. Preceding in death were [names]. James like to [names of hobbies, favorite activities]. Name of funeral home is [name]. (And so on for the rest of the obit.)
*******************
Ok, is there a faster way to read in paragraphs of text into one field? Right now, I am reading it one character at a time and appending it to the field until I hit an asterisk.
After I hit the asterisk, I proceed to extract the information I want to save, but perhaps there is a faster way to do this?
After I extract the information I want to save, I import it into my genealogy program.
I am using Power Basic for Dos.
Thank you.
Robert
------------------
[This message has been edited by Robert E. Carneal (edited June 10, 2006).]
James William Smith, age 82, died at his home Monday, July 18, 2005. Suvivors include[list of survivors]. Services were at [place]. Conducting the graveside service was [name]. Pallbearers were [names]. Burial was at [name]. Preceding in death were [names]. James like to [names of hobbies, favorite activities]. Name of funeral home is [name]. (And so on for the rest of the obit.)
*******************
Ok, is there a faster way to read in paragraphs of text into one field? Right now, I am reading it one character at a time and appending it to the field until I hit an asterisk.
After I hit the asterisk, I proceed to extract the information I want to save, but perhaps there is a faster way to do this?

After I extract the information I want to save, I import it into my genealogy program.
I am using Power Basic for Dos.
Thank you.
Robert
------------------
[This message has been edited by Robert E. Carneal (edited June 10, 2006).]
Comment