Commands and Keywords
ABS( n ) - absolute value of n
ACS( n ) - arc-cosine of n
"addsprite" - sprite command to add a sprite
AFTER$( s$, m$ ) - return the
contents of s$ after the first match for m$
AFTERLAST$( s$, m$ ) - return
the contents of s$ after the last match for m$
AND - bitwise, boolean AND operator
APPEND - purpose parameter in file open statement
AS - used in calldll and struct, as well as in OPEN statements
ASC( s$ ) - ascii value of s$
ASN( n ) - arc-sine of n
ATN( n ) - arc-tangent of n
"!autoresize" - texteditor command to relocate control automatically
"autoresize" - graphics command to relocate control automatically
"backcolor" - graphics command to set background color
"!backcolor" - text command to set backcolor in
texteditor
"background" - sprite command to set background image
"backgroundxy" - sprite command to set background position
BackgroundColor$ - sets or returns background color for window
BEEP - play the default system wave file
BINARY - purpose parameter in file open statement
Bitwise Operations - modify bit patterns in an object
BMPBUTTON - add a bitmap button to a window
BMPSAVE - save a bitmap to a disk file
BOOLEAN - evaluates to true or false
"box" - graphics command to draw box
"boxfilled" - graphics command to draw filled box
BUTTON - add a button to a window
BYREF - passes an argument to a subroutine or function by reference
CALL - call a user defined subroutine
CALLBACK - address of a callback function
CALLDLL - call an API or DLL function
CASE - specifies a value for select case statement
"centersprite" - causes the x, y location of a sprite to be its center
CHECKBOX - add a checkbox to a window
CHR$( n ) - return character of ascii value n
"circle" - graphics command to draw circle
"circlefilled"graphics command to draw filled circle
CLOSE #h - close a file or window with handle #h
CLS - clear a program's mainwindow
"cls" - graphics command to clear drawing area
"!cls" - text command to clear texteditor
"color" - graphics command to set pen color
COLORDIALOG - activates the windows common color dialog
COMBOBOX - add a combobox to a window
ComboboxColor$ - sets or returns combobox color
CommandLine$ - contains any command line switches used on startup
CONFIRM - opens a confirm dialog box
"!contents" - text command to replace contents of texteditor
"!contents?" - text command returns contents of texteditor
"!copy" - text command to copy text to clipboard
COS( n ) - cosine of n
CURSOR - changes the mouse cursor
"!cut" - text command to cut text and copy to clipboard
"cyclesprite" - sprite command to cause animation to cycle