Gambas Dokumentation
Application Repository
Code-Schnipsel
Compilation (Übersetzen) & Installation
Developer Documentation
Documents
Fehlermeldungen
How To's
Komponenten
Letzte Änderung
Lexikon
Registrieren
Sprachelemente alphabetisch
Abs
Access
ACos
ACosh
Alloc
AND
Ang
APPEND
Arithmetische Operatoren
AS
Asc
ASin
ASinh
ATan2
ATanh
BChg
BClr
Bin$
BREAK
BSet
BTst
CASE
CATCH
CBool
Cbr
CByte
CDate
CFloat
Choose
Chr$
CInt
CLASS
CLong
CLOSE
Comp
CONST
CONTINUE
Conv$
COPY
Cos
Cosh
CREATE
CShort
CSng
CStr
Date
DateAdd
DateDiff
Datentypen
Day
DConv$
DEBUG
DEC
DEFAULT
Deg
Deklaration von Konstanten
DFree
DIM
Dir
DIV
DO
ELSE
END
FINALLY
FOR
Local Variable Declaration
LOOP
OPEN
Rad
Timer
WHILE
Zuweisungen
Zuweisungs-Operatoren
Übersicht der Sprachelemente
Wiki-Syntax
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
Seit 3.19
Number
= Dec (
String
AS String [
,
Base
AS Integer ]
)
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