Hi,
it is very hot today here in Germany - but perhaps somebody has a small routine which
scans through all memo-fields of a table and makes it possible that each memo-field
has not double empty lines.
(2 ore more empty lines should be reduced to only one empty line to make the text
better readable.)
This would save me thinking.
Thanks
Regards from Germany.
Klaus
example:
----------
memofield before:
xxxxxxx
xxxxxxxxxx
empty line
empty line
xxxxxxxxx
empty line
xxxxxxxxxx
xxxxx
empty line
empty line
empty line
xxxxxxxxxxxx
= e.g. 6 empty lines
...should look after the procedure has worked like this:
xxxxxxx
xxxxxxxxxx
empty line
xxxxxxxxx
empty line
xxxxxxxxxx
xxxxx
empty line
xxxxxxxxxxxx
..now 3 empty lines would be successful for my requirement.
it is very hot today here in Germany - but perhaps somebody has a small routine which
scans through all memo-fields of a table and makes it possible that each memo-field
has not double empty lines.
(2 ore more empty lines should be reduced to only one empty line to make the text
better readable.)
This would save me thinking.
Thanks
Regards from Germany.
Klaus
example:
----------
memofield before:
xxxxxxx
xxxxxxxxxx
empty line
empty line
xxxxxxxxx
empty line
xxxxxxxxxx
xxxxx
empty line
empty line
empty line
xxxxxxxxxxxx
= e.g. 6 empty lines
...should look after the procedure has worked like this:
xxxxxxx
xxxxxxxxxx
empty line
xxxxxxxxx
empty line
xxxxxxxxxx
xxxxx
empty line
xxxxxxxxxxxx
..now 3 empty lines would be successful for my requirement.