M
mcambrose
I have a document with the following text "Verse 1", "Verse 2", "Verse 3",
etc in which I want find every occurence of Verse #(whatever the number is)
and add a paragraph mark after the verse number. I can't figure out how to
get the value (the text string found) of the find command. For example when I
find the first occurence (e.g. verse 1) how to I get this value? If I can get
the value of the find result then I will set it equal to a variable and then
add a return to the end and replace the string. I use the find "verse #" to
do my find since the verse number changes, but I need the result to construct
the replace string. I would also like to change the style of the text I find,
but I think I can figure that out.
Example Text
Verse 3 This is the latest ..
Verse 4 This is the newest
Verse 5 This is it
I want to have the following after find/replace
Verse 3
This is the latest ..
Verse 4
This is the newest
Verse 5
This is it
Thanks
etc in which I want find every occurence of Verse #(whatever the number is)
and add a paragraph mark after the verse number. I can't figure out how to
get the value (the text string found) of the find command. For example when I
find the first occurence (e.g. verse 1) how to I get this value? If I can get
the value of the find result then I will set it equal to a variable and then
add a return to the end and replace the string. I use the find "verse #" to
do my find since the verse number changes, but I need the result to construct
the replace string. I would also like to change the style of the text I find,
but I think I can figure that out.
Example Text
Verse 3 This is the latest ..
Verse 4 This is the newest
Verse 5 This is it
I want to have the following after find/replace
Verse 3
This is the latest ..
Verse 4
This is the newest
Verse 5
This is it
Thanks