Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.02.11;
Скачать: 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 вся ветка

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

Наверх




Память: 0.46 MB
Время: 0.01 c
3-32146
Ghost!
2002-01-14 17:30
2002.02.11
Нумерация строк


1-32184
Guest.
2002-01-29 11:09
2002.02.11
Новая папка


1-32222
Duce
2002-01-25 14:52
2002.02.11
Error : Control has no parent window


3-32158
3asys
2002-01-16 12:01
2002.02.11
Key column information is insurficient or incorrect. Too many rows were affected by update


1-32186
AlexanderV
2002-01-29 10:45
2002.02.11
Регистрация пользовательского шрифта на время выполнения программы