| | | |
| Input | This command will retrieve a string value from the user with an optional prompt on the screen (if not in a graphic mode) or on the current drawing buffer being used by the program... | 2 | Matty (7 months ago) |
| DeleteFile | Deletes a specified file from the drive... | 1 | Malice (9 months ago) |
| RequestDir | Prompts the user for a directory and returns the selected name... | 1 | Rob Cummings (11 months ago) |
| Text | Prints a string at the designated screen coordinates... | 1 | TAS (1 year ago) |
| CreateWindow | CreateWindow creates a window gadget and returns a handle to it... | 1 | TAS (1 year ago) |
| UpdateWindowMenu | UpdateWindowMenu must be used after any of the following commands have been executed in order for their effect to be realised: SetMenuText, EnableMenu, DisableMenu, CheckMenu, UncheckMenu... | 1 | TAS (1 year ago) |
| FormatTextAreaText | ... | 1 | TAS (1 year ago) |
| SetTextAreaText | The meaning of pos and len depend on the units argument... | 1 | TAS (1 year ago) |
| CreateTextArea | Creates a textarea gadget and returns its handle... | 1 | TAS (1 year ago) |
| Viewport | There are MANY MANY times you want to draw graphics (aliens, ships, etc) ONLY on a certain area of the screen while leaving the other areas alone... | 1 | TAS (1 year ago) |
| Each | If you haven't read up on the TYPE command, you might want to do so before continuing... | 1 | TAS (1 year ago) |
| After | If you haven't read up on the TYPE command, you might want to do so before continuing... | 1 | TAS (1 year ago) |
| Before | If you haven't read up on the TYPE command, you might want to do so before continuing... | 1 | TAS (1 year ago) |
| Origin | This command sets a point of origin for all subsequent drawing commands... | 1 | TAS (1 year ago) |
| Type | If you know C prgramming, a TYPE is basically a STRUCT in Blitz Basic... | 2 | TAS (1 year ago) |
| LoadAnimImage | While similar to LoadImage, the LoadAnimImage loads a single image that is made up of 'frames' of seperate images (presumably to be used as frames of a graphic animation)... | 2 | Deedub (1 year ago) |
| LoadImage | Loads an image and returns its handle... | 1 | David Boudreau (1 year ago) |
| LoadFont | Loads a font and returns a font handle... | 1 | TAS (1 year ago) |
| Abs | Use this command to return the absolute value of a number; meaning its positive value... | 1 | Floyd (1 year ago) |
| WaitEvent | WaitEvent waits for an event and returns its id... | 1 | Andres (3 years ago) |
| Include | Includes the contents of the specified ... | 2 | octothorpe (4 years ago) |
| Trim | This function removes leading and trailing spaces from the specified string... | 2 | WolRon (4 years ago) |
| ExecFile | The usefulness of this command is really mostly for calling some system level command, launching a browser, etc... | 3 | Andres (4 years ago) |
| Cls | ... | 1 | Andres (4 years ago) |
| DesktopBuffer | Returns a graphics buffer representing the desktop... | 3 | Andres (4 years ago) |