Показать сообщение отдельно
  #12  
Старый 30.08.2010, 21:57
Аватар для Bars1992
Bars1992 Bars1992 вне форума
Активный
 
Регистрация: 24.04.2010
Адрес: Украина, Кременчуг
Сообщения: 249
Репутация: 22
По умолчанию

щас подредактирую
PHP код:
procedure TForm1.Button1Click(SenderTObject);
var
s,g:string;
begin
s
:='<count>3</count>';
g:=copy(s,pos('<count>',s)+length('<count>'),pos('</count>',s)-pos('<count>',s)-length('<count>'));
showmessage(g);
s:='<info0title>Заголовок0</info0title>';
g:=copy(s,pos('<info0title>',s)+length('<info0title>'),pos('</info0title>',s)-pos('<info0title>',s)-length('<info0title>'));
showmessage(g);
end
__________________
Не твори зла, и жизнь повернется к тебе передом
Ответить с цитированием