Форум: "Сети";
Текущий архив: 2005.06.14;
Скачать: [xml.tar.bz2];
ВнизОграничение посылки 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;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.037 c