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
TypeOf
Type
= TypeOf (
Expression
)
Return the type of an expression as an integer value.
The return value is one of the following constant:
Expression type
Return value
NULL
gb.Null
Boolean
gb.Boolean
Byte
gb.Byte
Short
gb.Short
Integer
gb.Integer
Long
gb.Long
Single
gb.Single
Float
gb.Float
Date
gb.Date
String
gb.String
Variant
gb.Variant
Object
gb.Object
Pointer
gb.Pointer
Function
gb.Function
Class
gb.Class
See also
SizeOf
Datatype Functions
Predefined Constants