Gambas Index By Category
Gambas Index By Category
Language Concepts
Keywords
Conditional/Flow Keywords
Constants
Error management
File management
Input/Output
Operators
Program Structure
Miscellaneous
Functions
Bit operations
Conditional/Flow Functions
Conversion
Datatype management
Date/Time
Error management
File management
Input/Output
Mathematical
String Operations
Miscellaneous
Language Concepts
Arithmetic operators
Assignment
Comparison operators
Constants
Constants declaration
Datatypes
Events declaration
Inheritance
Labels
Local variable declaration
Methods declaration
Predefined classes
Predefined constants
Properties declaration
String operators
Variable declarations
Keywords
Conditional/Flow Keywords
BREAK
CASE
CONTINUE
DEFAULT
DO
ELSE
END
END SELECT
END WITH
FOR
FOR EACH
GOTO
IF
LOOP
NEXT
QUIT
REPEAT
RETURN
SELECT
STEP
THEN
TO
UNTIL
WAIT
WEND
WHILE
WITH
Constants
FALSE
NULL
TRUE
Error management
CATCH
FINALLY
TRY
STOP
File management
COPY
KILL
MKDIR
RENAME
RMDIR
Input/Output
CLOSE
FLUSH
INPUT
LINE INPUT
OPEN
PRINT
READ
SEEK
WRITE
Operators
AND
DEC
INC
LIKE
MOD
NOT
OR
XOR
Program Structure
DIM
EVENT
FUNCTION
PRIVATE
PROCEDURE
PROPERTY
PUBLIC
STATIC
SUB
Miscellaneous
EXEC
INHERITS
LAST
ME
NEW
SHELL
STOP EVENT
SWAP
USE
Functions
Bit operations
BChg
BClr
BSet
BTst
Rol
Ror
Shl
Shr
Conditional/Flow Functions
Choose
If / IIf
Conversion
Asc
Bin$
CBool
CByte
CDate
CFloat
CInt / CInteger
CShort
CStr / CString
Chr$
Conv$
Format$
Hex$
Str$
Val
Datatype management
IsBoolean / Boolean?
IsByte / Byte?
IsDate / Date?
IsFloat / Float?
IsInteger / Integer?
IsNull / Null?
IsNumber / Number?
IsObject / Object?
IsShort / Short?
IsString / String?
TypeOf
Date/Time
Date
Day
Hour
Minute
Month
Now
Second
Time
Timer
WeekDay
Year
Error management
Error
File management
Access
Dir$
Exist
IsDir / Dir?
Stat
Temp / Temp$
Input/Output
Eof
Lof
Seek
Mathematical
Abs
Acs / ACos
Acsh / ACosh
Asn / ASin
Asnh / ASinh
Atn / ATan
Atnh / ATanh
Cos
Cosh
Deg
Exp
Fix
Frac
Int
Log
Log10
Max
Min
Pi
Rad
Randomize
Rnd
Round
Sgn
Sin
Sinh
Sqr
Tan
Tanh
String Operations
InStr
LTrim$
Left$
Len
Lower$ / LCase$
Mid$
RInStr
RTrim$
Replace$
Right$
Space$
Split
String$
Subst$
Trim$
Upper$ / UCase$
Miscellaneous
Array
Eval
New