I have the following Rich text file
>076<
CONDUCTOR MATERIAL
>078<
COPPER
Conductors shall be copper (Cu), #10 AWG and smaller may
be either solid or stranded, #8 AWG and larger shall be
stranded.

Final connections to all motors and/or equipment subject
to vibrations or movement shall be made with stranded
copper conductors.
>080<
ALUMINUM
Stranded aluminum (Al) conductors may be substituted for
copper for feeders rated 150 amps and larger, except for
HVAC and diagnostic equipment (X-Ray, MRI, CT-Scanner,
etc) and if state and local codes, local inspection
authorities, and the local utility permit the use of
aluminum, and if approved by the BUILDER's Electrical
Engineer.
the >***< is a paragraph number/delimiter. The above is just a fraction of the entire file(there are 310 sections)
I have a program now that uses text files. I want to use a RTB because the indentations under copper and aluminum in a text file are simply spaces. When someone adds text to the file the returns and spaces mess up the formatting.
Lets say I select section >078<. How do I pull that out and the formatting? I will take these individual sections and place them into a composite RTB to compose the final document.
Is there a better way to allow a user to select a number of formatted sections?