| | | |
| Abs | Use this command to return the absolute value of a number; meaning its positive value... | 1 | Floyd (1+ years ago) |
| Include | Includes the contents of the specified ... | 2 | octothorpe (1+ years ago) |
| Trim | This function removes leading and trailing spaces from the specified string... | 2 | WolRon (1+ years ago) |
| ExecFile | The usefulness of this command is really mostly for calling some system level command, launching a browser, etc... | 3 | Andres (1+ years ago) |
| Cls | ... | 1 | Andres (1+ years ago) |
| DesktopBuffer | Returns a graphics buffer representing the desktop... | 3 | Andres (1+ years ago) |
| Line | This command draws a line, in the current drawing color, from one point on the screen to another (from the x,y to x1,y1 location)... | 0 | skidracer (1+ years ago) |
| CreateDir | Creates a directory (file folder) at the destination specified... | 0 | skidracer (1+ years ago) |
| CreateComboBox | CreateComboBox creates a combobox gadget and returns its handle... | 1 | Andres (1+ years ago) |
| AppTitle | Allows you to set the text in title bar of Notify, Confirm and Proceed requesters... | 1 | Andres (1+ years ago) |
| Replace | This command will allow you to replace characters within a string with another... | 1 | turtle1776 (1+ years ago) |
| CallDLL | The DLL is called with pointers to and sizes of bank memory... | 1 | turtle1776 (1+ years ago) |
| CloseTCPStream | Once you've completed the use of your TCP/IP stream, close the connection you opened with OpenTCPStream with this command... | 1 | Beaker (1+ years ago) |
| ReadAvail | In the case of file streams, this reflects how much data is internally buffered... | 1 | Beaker (1+ years ago) |
| OpenTCPStream | Use this command to open up a TCP/IP stream to the designated server and port... | 1 | Beaker (1+ years ago) |
| TreeViewNodeText | Returns the text associated with a TreeViewNode... | 1 | NetGamer (1+ years ago) |
| Mid | Use this command to grab a set of characters from within a string... | 1 | DH (1+ years ago) |
| Insert | I'm not sure the practical usage of this command, but basically, you can control where you INSERT the current TYPE object into the TYPE collection... | 1 | Jonathan Nguyen (1+ years ago) |
| TextAreaText | Returns the text contained in a textarea gadget... | 1 | WolRon (1+ years ago) |
| TextAreaText | Returns the text contained in a textarea gadget... | 1 | WolRon (1+ years ago) |
| CreateTabber | CreateTabber creates a tabber gadget and returns its handle... | 1 | WolRon (1+ years ago) |
| CreateTreeView | CreateTreeView creates a treeview gadget and returns its handle... | 1 | mag. (1+ years ago) |
| CreatePanel | CreatePanel creates a panel gadget and returns a handle to it... | 2 | WolRon (1+ years ago) |
| Mod | Basically, this will divide your number as many times as possible by the divisor, then return you the remaining amount... | 2 | Rob Farley (1+ years ago) |
| Print | Writes a string to the console, and starts a new line... | 1 | alfi (1+ years ago) |