Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.06.14;
Скачать: CL | DM;

Вниз

Ограничение посылки SendText в ServerSocket   Найти похожие ветки 

 
Radgar ©   (2005-03-25 16:08) [0]

Кто нибудь подскажите в чем проблема.

For j:=1 to 45 do
begin
 send:=send+inttostr(1)+" ";
end;
ServerSocket1.Socket.Connections[0].SendText(send);

Ошибка List Index Out Of Bounds


 
Xtron ©   (2005-03-26 04:08) [1]

For j:=1 to 45 do
begin
send:=send+inttostr(1)+" ";
end;
if ServerSocket1.Socket.ActiveConnections >0 then
if ServerSocket1.Socket.Connections[0].Connected then
ServerSocket1.Socket.Connections[0].SendText(send);



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

Текущий архив: 2005.06.14;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.054 c
14-1116714977
лак
2005-05-22 02:36
2005.06.14
Разреженный вектор


4-1114551913
Mad proger
2005-04-27 01:45
2005.06.14
Неудобства BDE


14-1117107455
Толян
2005-05-26 15:37
2005.06.14
приколы на Delphi


3-1115333334
rosl
2005-05-06 02:48
2005.06.14
tree


1-1116961917
Erick
2005-05-24 23:11
2005.06.14
"is not a valid integer value"