Philippe Allart a écrit :
for i = 0 to nbModifs -1
uneModif = lesModifs.getByIndex(i)
unCommentaire = uneModif.RedLineComment
if unCommentaire <> "" then
monCurseur = monTexte.CreateTextCursorByRange(uneModif.Start)
<Correction>
if unCommentaire <> "" then
monCurseur =
monTexte.CreateTextCursorByRange(uneModif.RedLineStart)
</Correction>
Par contre ça bug sur le getByIndex. C'est toujours la première modif
qui sort.
Ph.
--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]