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

Помогите со строчкой? пишет ошибку если стринг >255   Найти похожие ветки 

 
Catalyst   (2005-03-15 11:59) [0]

Пытаюсь отправить запрос HTTP серверу, запрос длинный

GET / HTTP/1.1
Accept image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
Accept-Encoding gzip, deflate
Accept-Language ru
Connection Keep-Alive
Cookie lastUpdate=1110875906171; auth2_logged=1;
Host host.ru
User-Agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

Подскажите какой тип переменной юзать?


 
Alexander Panov ©   (2005-03-15 12:05) [1]

Из справки (string literals):

A character string, also called a string literal or string constant, consists of a quoted string, a control string, or a combination of quoted and control strings. Separators can occur only within quoted strings.
A quoted string is a sequence of up to 255 characters from the extended ASCII character set, written on one line and enclosed by apostrophes.


Следовательно, используй конкатенацию литералов для получения результирующей строки.

+...+...



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

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



Память: 0.45 MB
Время: 0.029 c
1-1110765191
Viktop
2005-03-14 04:53
2005.03.27
Помогите с процедурой


1-1110618497
Checist [root]
2005-03-12 12:08
2005.03.27
Popup Menu


1-1111039806
OlegM
2005-03-17 09:10
2005.03.27
Помогите код из VBA для Excel перевети на Delphi


1-1110632085
kukuikar
2005-03-12 15:54
2005.03.27
Можно ли не открывая файл (*.dwg) - AutoCAD прочитать свойства ат


4-1108114953
lifo
2005-02-11 12:42
2005.03.27
проблема с процедурой TimeProc при обьявлении ее в классе




   Наверх