Вниз
Скачать: CL | DM;

Как убрать из строки символ перевода?   Найти похожие ветки 

 
OlegM ©   (2004-05-26 14:42) [0]

Привет всем!
Подскажите пожалста


 
Sandman25+1   (2004-05-26 14:44) [1]

StringReplace


 
OlegM ©   (2004-05-26 14:45) [2]

stringreplace(s,chr(13)," ",flags);
неполучается


 
Sandman25+1   (2004-05-26 14:47) [3]

procedure TForm1.Button1Click(Sender: TObject);
var s: string;
begin
 s := "a1"#13"a2";
 showmessage(s);
 s := stringreplace(s, #13, "", []);
 showmessage(s);
end;


 
Sandman25+1   (2004-05-26 14:49) [4]

rocedure TForm1.Button1Click(Sender: TObject);
var s: string;
begin
 s := "a1"#13"a2";
 showmessage(s);
 s := stringreplace(s, #13, "", []);
 showmessage(s);
 s := "a1"#13#10"a2";
 showmessage(s);
 s := stringreplace(s, #13#10, "", []);
 showmessage(s);
end;


 
OlegM ©   (2004-05-26 14:50) [5]

Пасиб)


 
Polevi ©   (2004-05-26 15:02) [6]

trim



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.46 MB
Время: 0.021 c
14-1084855157
Vlad Oshin
2004-05-18 08:39
2004.06.06
Научите, как узнать для чего и какая dll нужна в папках windows


4-1083694549
Meskalito
2004-05-04 22:15
2004.06.06
Диагональ монитора


14-1085165905
Undert
2004-05-21 22:58
2004.06.06
Обращение Жириновского к Билли ГеЙтсу.


14-1084881365
Андрей
2004-05-18 15:56
2004.06.06
Кольцо!


1-1085514574
CoderX
2004-05-25 23:49
2004.06.06
Имя RichEdit




   Наверх