En:Ord
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Syntax
Ord(value : String) : Number
[править]
Description
Get code ASCII by symbol (symbol in the form of string).
[править]
Parameters
- value - string. String from one symbol, which code needs to be get;
[править]
Result
The function returns code ASCII 0-th symbol. Data type - Number;
[править]
Additional note
Function processes 0-th symbol in string;
[править]