C
Cutty
I can used wdoc1.paragraphs.item(i).range.text to get the text of that
range, but sometimes, when I use
wdoc1.paragraphs.item(i).range.Sentences.item(1).text to get the first
sentence of that range, it gives me some text that is not the first
sentence, for example this paragraph:
Holland College (Charlottetown, à l'Î.-P.-É.) : durée de deux ans,
techniques automobiles;
when I used wdoc1.paragraphs.item(1).range.Sentences.item(1).text, it
gave me
'-'
anybody knows what is going on?
It works fine with Word2000
by the way, I used Delphi 7.0 and WordXp
Thanks!
Cutty
range, but sometimes, when I use
wdoc1.paragraphs.item(i).range.Sentences.item(1).text to get the first
sentence of that range, it gives me some text that is not the first
sentence, for example this paragraph:
Holland College (Charlottetown, à l'Î.-P.-É.) : durée de deux ans,
techniques automobiles;
when I used wdoc1.paragraphs.item(1).range.Sentences.item(1).text, it
gave me
'-'
anybody knows what is going on?
It works fine with Word2000
by the way, I used Delphi 7.0 and WordXp
Thanks!
Cutty