Документация по Gambas 2
Development Environment Documentation
Documents
Language Index
Abs
CREATE
DEC
ELSE
Frac
INC
Int
IsBlank
IsLetter
Max
Min
READ
Round
Sgn
TRUE
Объявление методов
Language Overviews
Lexicon
Компиляция & Установка
ПРОЧТИ
Последние изменения
Регистрация
Что переводить
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Dec
Number
= Dec (
String
AS String [
,
Base
AS Integer ]
)
Since 3.19
Get the integer number corresponding to a string representation in base
Base
.
Base
must be an integer number between 2 and 36.
This is the same function as
FromBase
.
See also
Conversion Functions