I have a data file contaning three fields per record.
The first field is an abbreviation, the 2nd field is
the word, and the 3rd field is the meaning of that word.
Example:
"DIVF","DIVORCE FILED","Filing of divorce by a spouse."
Therefore when someone wants to know the meaning of the
abbreviation, they can type that in.
Problem: Some definitions are 100s of characters long.
Does anyone have a easy way of breaking up the meaning into
several readable lines so that it word wraps neatly? Seems
like I recall someone doing this, perhaps it was Dan?
Thank you.
Robert
------------------
The first field is an abbreviation, the 2nd field is
the word, and the 3rd field is the meaning of that word.
Example:
"DIVF","DIVORCE FILED","Filing of divorce by a spouse."
Therefore when someone wants to know the meaning of the
abbreviation, they can type that in.
Problem: Some definitions are 100s of characters long.
Does anyone have a easy way of breaking up the meaning into
several readable lines so that it word wraps neatly? Seems
like I recall someone doing this, perhaps it was Dan?
Thank you.
Robert
------------------
Comment