N
Nick Transier
I am having trouble finding a boolean statement that will identify a
paragraph that has nothing in it i.e. if I have
Heading 1
Text Under heading 1
(return)
(return)
Heading 2
etc.
I want to know when I have the paragraph that has nothing but a return in
it. I have tried checking whether
para.range.text = ""
para.range.text = " "
para.range.text = "^l"
para.range.text = "^m"
para.range.text = "^p"
to no avail. Any ideas?
Also, where can I find a list of the switches and what they mean (like "^m")
Thanks- Nick
paragraph that has nothing in it i.e. if I have
Heading 1
Text Under heading 1
(return)
(return)
Heading 2
etc.
I want to know when I have the paragraph that has nothing but a return in
it. I have tried checking whether
para.range.text = ""
para.range.text = " "
para.range.text = "^l"
para.range.text = "^m"
para.range.text = "^p"
to no avail. Any ideas?
Also, where can I find a list of the switches and what they mean (like "^m")
Thanks- Nick