NMY wrote:ищи:иCode: Select all
DeleteJournal()и прикрепи их внизу скрипта...Code: Select all
Checklag()
Code: Select all
Sub DeleteJournal( string1 )
VAR nom = UO.InJournal( string1 )
If nom > 0 Then
UO.SetJournalLine( Nom - 1, 'string replaced' )
DeleteJournal( string1 )
Endif
endsub это?