Здравствуйте!
и ПОМОГИТЕ!!!!!!
Срочно нужен код программы для
постройки графа соответствия парных скобок.
на MSWord/VBA..
Заранее спасибо.
Sub afdsg()
Dim c As Long
With ThisDocument.Range.Find
.ClearFormatting
Do While .Execute("[\(\)]", , , True)
If .Parent.Text = "(" Then
c = c + 1
.Parent.Font.ColorIndex = c
Else
.Parent.Font.ColorIndex = c
c = c - 1
End If
Loop
End With
End Sub
Сейчас этот форум просматривают: AhrefsBot, Yandex-бот и гости: 187