A
Al & Cay Grant
Hi Folks,
I have a string which is made of other strings during a loop
using multiple & string connectors.
Their is a nested loop depending on how many selections
are made in a listbox so that if two selections are made you might
end up with something like;
line1
line2
line3
line1
line2
line3
etc.....
These strings all endup being in one variable which is then inserted into
a document.
When in the document each string needs to have the following added so
that it looks like;
Act: line1
Section: line2
Penalty: line3
Act: line1
Section: line2
Penalty: line3
etc....
I could add the Act/Section/Penalty in during the loop stage but I want
to add font formating to the Act/Section/Penalty.
Does anyone know the easiest way to do this? I suspect I need to
use a table?
Cheers
- AL
I have a string which is made of other strings during a loop
using multiple & string connectors.
Their is a nested loop depending on how many selections
are made in a listbox so that if two selections are made you might
end up with something like;
line1
line2
line3
line1
line2
line3
etc.....
These strings all endup being in one variable which is then inserted into
a document.
When in the document each string needs to have the following added so
that it looks like;
Act: line1
Section: line2
Penalty: line3
Act: line1
Section: line2
Penalty: line3
etc....
I could add the Act/Section/Penalty in during the loop stage but I want
to add font formating to the Act/Section/Penalty.
Does anyone know the easiest way to do this? I suspect I need to
use a table?
Cheers
- AL