Форум: "Основная";
Текущий архив: 2002.02.11;
Скачать: [xml.tar.bz2];
ВнизВсе добрый день Найти похожие ветки
← →
Лана Розанова (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;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.004 c