Command Reference G-K

Commands and Keywords

A-C D-F G-K L-M N-P R-S T-Z

GET #h, n - get random access record n for #h
"getbmp" - graphics command to capture drawing area
GETTRIM #h, n - get a random access record n for #h, with blanks trimmed
GLOBAL - creates a global variable
"go" - graphics command to move pen
GOSUB label - call subroutine label
"goto" - graphics command to move pen
GOTO label  - branch to label
GRAPHICBOX - add a graphics region to a window
GROUPBOX - add a groupbox to a window
Graphics - window type
Graphics Commands - a detailed summary of graphics commands in Liberty BASIC
HBMP( "name" ) - return the Windows handle for a bitmap
HEXDEC( "value" ) - convert a hexadecimal string to a decimal value
HIDE - make a control invisible
HWND( #handle) - return the Windows handle for a window
"home"  - graphics command to center pen
HTTPGET$(url$) - get the contents of a web page
IF THEN - perform conditional action(s)
Inkey$ - contains a character or keycode from a graphics window
INP(port) - get a byte value from an I/O port
INPUT - get data from keyboard, file or button
INPUT$( #h, n ) - get n chars from handle #h, or from the keyboard
INPUTCSV - read a comma separated value formatted file
INPUTTO#( #h,c$) - reads from file up to char specified
INPUT - purpose parameter in file open statement
"!insert" - text command to insert text at caret position
INSTR(a$,b$,n) - search for b$ in a$, with optional start n
INT( n ) - integer portion of n
JOY- - global variables containing joystick information read by readjoystick command
Joy1x, Joy1y, Joy1z, Joy1button1, Joy1button2
Joy2x, Joy2y, Joy2z, Joy2button1, Joy2button2
KILL s$ - delete file named s$

A-C D-F G-K L-M N-P R-S T-Z