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

Все добрый день   Найти похожие ветки 

 
Лана Розанова ©   (2002-01-28 11:09) [0]

Как, например, символ { перевести в код программно.


 
Serghei   (2002-01-28 11:10) [1]

ORD("symbol")


 
yaJohn ©   (2002-01-28 12:21) [2]

2 Serghei
>function Ord(X): Longint;
>Description
>X is an ordinal-type or character-type expression. The result >is of type Longint, and its value is the ordinal position of X.
"symbol": string.

2 Лана Розанова
s: string;
---
s:="{Hellow world";
ch:=s[1];
code:=ord(s[1]);
code:=byte(s[1]);



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

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



Память: 0.45 MB
Время: 0.007 c
14-32335
frostbite
2001-12-21 16:32
2002.02.11
Ответы на вопросы


14-32339
roman001
2001-12-22 17:18
2002.02.11
Архиватор


3-32165
Oleg_EM
2002-01-16 12:17
2002.02.11
>1 update в одном SQL-запросе


1-32291
serjant
2002-01-28 11:11
2002.02.11
Сохранение QReport


3-32139
EternalWonderer
2002-01-14 16:33
2002.02.11
Обращение к объектам чужой схемы в Oracle.




   Наверх