
10.12.2011, 23:05
|
 |
.
|
|
Регистрация: 18.05.2011
Адрес: Омск
Сообщения: 3,970
Версия Delphi: 3,5,7,10,12,XE2
Репутация: выкл
|
|
Проверь сам.
Код:
Mmo2.text := '';
if (pos('<span class="online">', YouMessage) > 0) and (pos('</span>', YouMessage) > 0) then
begin
YouMessage := StringReplace(YouMessage, '<span class="online">', '', [rfReplaceAll]);
YouMessage := StringReplace(YouMessage, '</span>', '', [rfReplaceAll]);
Mmo2.text := YouMessage;
end;
__________________
Je venus de nulle part
55.026263 с.ш., 73.397636 в.д.
|