- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
boo:=false;
j:=length(edit1.text);
for i:=1 to stringgrid1.RowCount do begin
le:=length(stringgrid1.Cells[temp,i]);
if (temp=1) or (temp=5) then begin
if not (j>le) then
for npo:=1 to ((le-j)+1) do begin
str:=copy(Stringgrid1.cells[temp,i],npo,j);
str_po:=str;
if AnsiSameText(edit1.Text,str) then begin
stringgrid1.Row:=i;
boo:=true;
break;
end;
end;
end;
user654321 16.11.2010 12:27 # 0
Nikitiy_II 16.11.2010 12:38 # 0
Arigato 20.11.2010 12:07 # 0
bugmenot 16.11.2010 13:04 # +4
нет, в лабах так переменные не называют, это наделала обезьянка с развитым правым полужопием полушарием
Lure Of Chaos 16.11.2010 17:36 # 0