| | | |
| Until | This portion of the REPEAT ... | 0 | Nobody (1+ years ago) |
| UpdateGamma | UpdateGamma should be used after a series of @SetGamma commands in order to effect actual changes... | 0 | Nobody (1+ years ago) |
| UpdateProgBar | Changes the amount of 'progress' indicated by a progress bar gadget... | 0 | Nobody (1+ years ago) |
| Upper | This command takes the given string and converts it entirely to upper case... | 0 | Nobody (1+ years ago) |
| VWait | VWait will cause the CPU to wait for the next (or specified number of) vertical blank event on the monitor
There are times when you can draw too fast, and your drawing operations happen so fast that you get undesireable effects... | 0 | Nobody (1+ years ago) |
| WaitMouse | This command makes your program halt until a mouse button is pressed on the mouse... | 0 | Nobody (1+ years ago) |
| Wend | This is the command that tells program execution to branch to the beginning of the WHILE/WEND loop at the WHILE command... | 0 | Nobody (1+ years ago) |
| While | The WHILE/WEND loop is used when you wish to execute a series of commands multiple times based on whether a condition is true or not... | 0 | Nobody (1+ years ago) |
| WindowMaximized | Returns true if the specified window is currently maximized... | 0 | Nobody (1+ years ago) |
| WindowMenu | Returns the menu associated with the specified window... | 0 | Nobody (1+ years ago) |
| WindowMinimized | Returns true if the specified window is currently minimized... | 0 | Nobody (1+ years ago) |
| Write | Writes a string to the front buffer (i... | 0 | Nobody (1+ years ago) |
| WriteByte | Once you've opened a disk file (or stream) for reading, use this command to write a single byte at a time to the file/stream... | 0 | Nobody (1+ years ago) |
| WriteBytes | You can write the contents of a memory bank to a file on disk (or stream) using this command... | 0 | Nobody (1+ years ago) |
| WriteFloat | Once you've opened a disk file (or stream) for writing, use this command to write a single floating point number to the file... | 0 | Nobody (1+ years ago) |
| WriteInt | Once you've opened a disk file (or stream) for writing, use this command to write a single integer value to the file... | 0 | Nobody (1+ years ago) |
| WriteLine | Once you've opened a disk file (or stream) for writing, use this command to right a whole line of text to the file... | 0 | Nobody (1+ years ago) |
| WritePixel | Writes a color value to either the current buffer or the specified buffer... | 0 | Nobody (1+ years ago) |
| WritePixelFast | Writes a colour value to either the current buffer or the specified buffer... | 0 | Nobody (1+ years ago) |
| WriteShort | Once you've opened a disk file (or stream) for writing, use this command to write a single short integer (16 bit) value to the file... | 0 | Nobody (1+ years ago) |
| WriteString | Once you've opened a disk file (or stream) for writing, use this command to write a string variable to the file... | 0 | Nobody (1+ years ago) |
| Xor | Often used for lightweight (meaning worthless ;) encryption, this will take two values and perform an exclusive OR with each bit following the basic rules of XOR... | 0 | Nobody (1+ years ago) |